/*
 *
 * Condominio Leggero
 * BY ing. Nicolò Chiellini
 * n.chiellini@4sigma.it
 *
 */

html {
    width: 100%;
    min-height: 100%;
    margin: 0px;
    float: left;
    padding: 0px;
    background-color: white;
    font-family: 'KoHo', sans-serif;
}
body {
    border: none;
    padding: 0px;
    margin: 0px;
    width: 100%;
    min-height: 100vh;
    float: left;
    -webkit-text-size-adjust: 100%;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    color: #000;
    position: relative;
}
td {
    border: none;
    text-align: left;
    margin: 0px;
    padding: 5px;
}
div, p, h1, h2, h3, h4, h5, h6, ul,
footer, header, nav, article, main, aside,
section, form {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;
    text-align: left;
    text-decoration: none;
    -webkit-text-size-adjust: 100%;
}
img {
    text-decoration: none;
    border: none;
    vertical-align: middle;
}
svg {
    border: none;
    border-image-width: 0;
    stroke-width: 0px;
}
iframe {
    margin: 0px;
    padding: 0px;
    border: none;
}
table, tr {
    margin: 0px;
    padding: 0px;
    border: none;
}
table {
    float: left;
}
a {
    outline: none;
    text-decoration: none;
    font-weight: bold;
    color: #008544;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.2s;
    -webkit-transition: color 0.2s;
}
li {
    outline: none;
}

i, em, .italic {
    font-style: italic;
}
.underline {
    text-decoration: underline;
}
*:-placeholder
{
    color: #757574;
}
*::-webkit-input-placeholder
{
    color: #757574;
}

*::-moz-placeholder
{
    color: #757574;
}
*:-moz-placeholder
{
    color: #757574;
}

*:-ms-input-placeholder
{
    color: #757574;
}
iframe {
    border: none;
    margin: 0px;
    padding: 0px;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
    -moz-appearance:textfield;
}
input[type="radio"] {
    cursor: pointer;
}
input:focus:-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder  { color:transparent; }

input,
textarea,
select,
button {
    outline: none;
    border: none;
    padding: 0px;
    -webkit-border-radius: 0px;

}
button {
    cursor: pointer;
    -webkit-appearance: none;
    background-color: transparent;
    font-family: 'KoHo', sans-serif;
}
input[type="checkbox"] {
    -webkit-appearance: checkbox;
    -webkit-border-radius: auto;
    vertical-align: middle;
}
input[type=submit] {
    -webkit-border-radius:0px;
    -webkit-appearance: none;
}
label {
    cursor: pointer;
}
.vis_hidden {
    visibility: hidden;
}
 .hidden,
#burger-menu,
#condominio-table-fatture .hidden {
    display: none;
}
.over_hidden {
    overflow: hidden;
}
.block,
.desktop {
    display: block;
}
.mobile,
.inline-mobile {
    display: none;
}
.opacity_0 {
    opacity: 0;
}
.inline-block {
    display: inline-block;
}
.inline-desktop {
    display: inline;
}
.table {
    display: table;
    float: none;
    table-layout: fixed;
}
.table-cell {
    display: table-cell;
    float: none;
    vertical-align: top;
}
.table-row {
    display: table-row;
    float: none;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
.pointer {
    cursor: pointer;
}
.left {
    float: left;
}
.right {
    float: right;
}
.none {
    float: none;
}
.clear {
    clear: both;
}
.v_top {
    vertical-align: top;
}
.text_top {
    vertical-align: text-top;
}
.v_middle {
    vertical-align: middle;
}
.v_bottom {
    vertical-align: bottom;
}
.m_auto {
    margin: 0px auto
}
.w_auto {
    width: auto;
}
.max_w_100pe {
    max-width: 100%;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-justify {
    text-align: justify;
}
.text-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.nowrap {
    white-space: nowrap;
}
.bradius_5 {
    border-radius: 5px;
}
.extralight {
    font-weight: 200;
}
.light {
    font-weight: 300;
}
.normal {
    font-weight: 400;
}
.style-normal {
    font-style: normal;
}
.medium {
    font-weight: 500;
}
.bold,
strong,
b {
    font-weight: 700;
    font-style: inherit;
}
.extrabold {
    font-weight: 900;
}
.black,
.nero,
.blacklink,
.blacklink:visited,
.black_white_lnk {
    color: black;
}
.white, .bianco {
    color: #FFFFFF;
}
.red {
    color: red;
}
.orange {
    color: orange;
}
.green {
    color: green;
}
.verde_chiaro {
    color: #008544;
}
.verde_medio {
    color: #006430;
}
.verde_scuro {
    color: #003b11;
}
.grigio_chiaro {
    color: #808080;
}
.cover {
    background-size: 100% 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.uppercase {
    text-transform: uppercase;
}
.two-column {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}
h1.titolo {
    color: #008544;
    font-size: 30px;
    line-height: 32px;
    font-weight: bold;
}
.ritch-cont {
    /* Qua se vogliamo imporre qualcosa */
}
.ritch-cont a {
/*    font-style: normal;*/
    font-weight: bold;
}
.ritch-cont ul {
    width: 100%;
    box-sizing: border-box;
    list-style-type: disc;
    padding-left: 25px;
}
.ritch-cont ol {
    width: 100%;
    box-sizing: border-box;
    list-style-type:decimal;
    padding-left: 18px;
}
.ritch-cont li {
    float: left;
    width: 100%;
}
.ritch-cont img {
    max-width: 100% !important;
    height: auto !important;
}
/* Honey POT anti SPAM */
.hnpt {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: transparent;
    height: 100%;
    z-index: 100;
}
#over-box,
#over-box-menu {
    display: none;
    position: fixed;
    z-index: 95;
    background-color: rgba(0,0,0, 0.8);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    cursor: pointer;
}
#over-box-menu {
    z-index: 70;
}
#over-box-white {
    display: none;
    position: fixed;
    z-index: 1000;
    background-color: rgba(255,255,255,1);
    width: 100%;
    height: calc( 100% - 100px);
    top: 100px;
    left: 0px;
}
.modal-box {
    display: none;
    position: fixed;
    padding: 20px;
    line-height: 20px;
    font-size: 15px;
    color: #000;
    text-align: center;
    width: 90%;
    max-width: 500px;
    left: 50%;
    margin-left: -250px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
    background-color: #fff;
    z-index: 1012;
    top: -500px;
    opacity: 0;
    max-height: 90vh;
    overflow-y: auto;
    box-sizing: border-box;
}
.form-input {
    height: 60px;
    line-height: 58px;
    width: 100%;
    padding: 0px 10px;
    border: 1px solid #f2f2f2;
    background-color: white;
    font-size: 12px;
    box-sizing: border-box;
    display: inline-block;
}
.form-input-percentuale {
    height: 30px;
    line-height: 28px;
    width: 80px;
    padding: 0px 10px;
    border: 1px solid #f2f2f2;
    background-color: white;
    font-size: 12px;
    box-sizing: border-box;
    text-align: right;
    display: inline-block;
}
.label-percentuale {
    display: inline-block;
    width: 170px;
}
.form-select {
    height: 60px;
    line-height: 58px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    box-sizing: border-box;
    display: inline-block;
    background-color: white;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    padding: 0px 10px;
    width: 100%;
}
.form-input-error {
    border: 1px solid red;
}
.form-file-hidden {
    visibility: hidden;
}
.form-input-file-fancy {
    position: relative;
    height: 60px;
    width: 100%;
    display: block;
    float: left;
}
.form-input-file-span {
    position: absolute;
    top: 0px;
    left: 0px;
    line-height: 58px;
    width: 100%;
    display: block;
    float: left;
    padding: 0px 10px;
    background-color: white;
    border: 1px solid #f2f2f2;
    font-size: 12px;
    box-sizing: border-box;
}
.form-input:focus,
.form-input-textarea:focus {
    border: 1px solid #008544;
}
.form-input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    -webkit-text-fill-color: #000 !important;
}
.form-input-textarea {
    height: 110px;
    line-height: 18px;
    width: 100%;
    padding: 10px 10px;
    border: 1px solid #f2f2f2;
    background-color: white;
    font-size: 12px;
    box-sizing: border-box;
}
#id_pc-descrizione {
    height: 140px;
}
.form-half-input-cont {
    width: calc(50% - 10px);
}
.form-half-input-cont:last-child {
    width: calc(50% - 10px);
    float: right;
}
.form-third-input-cont {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
}
.form-third-input-cont:last-child {
    margin-right: 0px;
}
#btn-bonus-assemblea {
    width: 200px;
}
.btn {
    border-radius: 5px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    padding: 0px 10px;
    box-sizing: border-box;
}
.btn-azione {
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    padding: 0px 10px;
    box-sizing: border-box;
    min-width: 140px;
    cursor: pointer;
}
.btn-small {
    border-radius: 5px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    font-weight: normal;
    font-size: 12px;
    padding: 0px 5px;
    box-sizing: border-box;
    min-width: 80px;
    cursor: pointer;
}
.btn-fa {
    border-radius: 5px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    font-weight: normal;
    font-size: 15px;
    padding: 0px 10px;
    box-sizing: border-box;
    cursor: pointer;
}
.btn-verde-chiaro2scuro {
    background-color: #008544;
}
.btn-verde-medio2scuro {
    background-color: #006430;
}
.btn-int-absolute {
    position: absolute;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align:center;
    display: block;
    top: 0px;
    left: 0px;
    font-size: 15px;
}
/* MAIN */
footer {
    min-height: 40px;
    border-top: 1px solid #f2f2f2;
    box-sizing: border-box;
    padding-top: 10px;
}
footer p {
    line-height: 20px;
    font-size:12px;
}
main {
    min-height: calc(100vh - 60px);
    box-sizing: border-box;
/*     padding-bottom: 20px; */
}
#landing-cont {
    min-height: calc(100vh - 60px);
}
#landing-cont .table-cell {
    padding: 20px 0px;
}
#landing {
    width: 1200px;
    float: none;
    margin: 0px auto;
}
#landing h1 {
    padding-left: 36%;
    box-sizing: border-box;
    height: 80px;
    margin-bottom: 40px;
}
#landing-login {
    width: 25%;
    float: left;
}
#landing-claim {
    width: 70%;
    float: right;
}
#landing-list {
    width: 100%;
    box-sizing: border-box;
    list-style-type: disc;
    padding-left: 25px;
    margin-top: 20px;
}
#landing-list li {
    float: left;
    width: 100%;
    line-height: 22px;
}
.landing-list {
    width: 100%;
    box-sizing: border-box;
    list-style-type: disc;
    padding-left: 25px;
    margin-top: 20px;
}
.landing-list li {
    float: left;
    width: 100%;
    line-height: 22px;
}
.input-form-cont {
    box-sizing: border-box;
    position: relative;
}
.input-form-cont span {
    display: block;
    float: left;
    position: absolute;
    width: 60px;
    text-align: center;
    height: 60px;
    line-height: 60px;
    font-size: 15px;
    color: white;
    background-color: #003b11;
    left: 0px;
    top: 0px;
    border-radius: 5px;
}
.input-form-cont em {
    position: absolute;
    right: 0px;
    top: 0px;
    display: block;
    float: left;
    width: 5px;
    background-color: #003b11;
    height: 100%;
}
.input-form-cont .form-input {
    border-left: none;
    border-radius:5px;
    padding-left: 70px;
    box-sizing: border-box;
}
.input-select {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    box-sizing: border-box;
    display: inline-block;
    background-color: white;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    padding: 0px 10px;
    min-width: 140px;
}
.input-text {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
/*     font-weight: bold; */
/*     text-transform: uppercase; */
    box-sizing: border-box;
    display: inline-block;
    background-color: white;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    padding: 0px 10px;
    min-width: 120px;
}
#landing-sep {
    height: 60px;
    position: relative;
}
#landing-sep .sep {
    padding: 0px;
    height: 1px;
    margin: 29px 0px 0px 0px;
    background-color: #f2f2f2;
}
#landing-sep span {
    display: block;
    padding: 5px 10px;
    font-size: 12px;
    background-color: #e8e8ea;
    width: auto;
    position: absolute;
    top: calc(50% - 14px);
    left: calc(50% - 33px);
}
#landing-claim h2,
h2 {
    color: #008544;
    font-size: 30px;
    line-height: 32px;
    font-weight: bold;
}
#landing-claim h3,
.titolo {
    color: #006430;
    font-size: 25px;
    line-height: 27px;
    font-weight: bold;
}
#landing-claim #first-h4 {
    margin-top: 20px;
    font-size: 15px;
    line-height: 18px;
}
#landing-claim #second-h4 {
    margin-top: 20px;
    font-size: 15px;
    line-height: 18px;
}
#landing-claim #third-h4 {
    margin-top: 20px;
    font-size: 15px;
    line-height: 18px;
}
#landing-claim #last-h4 {
    font-weight: bold;
    font-style: italic;
    margin-top: 20px;
}
#login-form-messagge {
    background-color: rgba(255,255,255,0.75);
    padding: 5px 10px;
    box-sizing: border-box;
    margin-bottom: 5px;
    border-radius: 5px;
    font-weight: bold;
    text-align: right;
}
#landing-claim .titoletti {
    color: #006430;
    font-size: 25px;
    line-height: 27px;
    font-weight: bold;
}
#landing-login .titoletti {
    color: #006430;
    font-size: 22px;
    line-height: 25px;
    font-weight: bold;
}
#landing-claim .title, #landing-claim .titoletti a {
    color: #008544;
    font-size: 30px;
    line-height: 32px;
    font-weight: bold;
}
/*
    AREA INTERNA
*/
#nav-top {
    height: 60px;
    border-bottom: 1px solid #f2f2f2;
    position: fixed;
    background-color: white;
    z-index: 1001;
    top: 0px;
}
#nav-top ul {
    display: block;
    float: left;
    width: 100%;
    height: 60px;
}
#nav-top li {
    height: 60px;
    display: block;
    float: right;
    border-left: 1px solid #f2f2f2;
}
#nav-top #nav-top-logo {
    float: left;
}
#nav-top #nav-top-logo a {
    display: block;
    float: left;
    width:auto;
    height: auto
}
#nav-top #nav-top-logo img {
    height: 40px;
    margin: 10px;
}
#nav-top li a {
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 60px;
    display: block;
    float: left;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
#nav-top li .sel {
    background-color: #008544;
    color: white;
}
#nav-top li sup {
    line-height: 10px;
}

#nav-top-admin {
    height: 60px;
    border-bottom: 1px solid #f2f2f2;
    position: fixed;
    background-color: white;
    z-index: 1011;
    top: 0px;
}
#nav-top-admin ul {
    display: block;
    float: left;
    width: 100%;
    height: 60px;
}
#nav-top-admin li {
    height: 60px;
    display: block;
    float: right;
    border-left: 1px solid #f2f2f2;
}
#nav-top-admin li a {
    color: #e47700;
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 60px;
    display: block;
    float: left;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
#nav-top-admin li a:hover {
        background-color: #e47700;
        color: white;
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
}
#nav-top-admin li .sel {
    background-color: #008544;
    color: white;
}
#nav-top li sup {
    line-height: 10px;
}
#lista-condomini {
    margin:80px auto 60px auto;
    max-width: 1280px;
    width: 95%;
    float: none;
}
#condomini-grid-list-choices {
    padding-bottom: 20px;
/*     margin-bottom: 10px; */
    border-bottom: 1px solid #e5e5e5;
    font-size: 15px;
    line-height: 25px;
}
.lista-condomini-grid #condomini-grid-list-choices {
    margin-bottom: 30px;
}
#condomini-grid-list-choices a {
    padding: 0px 7px;
    /*background-color: #003b11;
    color: white;*/

/*     border-radius: 5px; */
}
#condomini-grid-list-choices .sel {
    background-color: #003b11;
    color: white;
    border-radius: 5px;
}
.lista-condomini-list .hidden-list {
    display: none;
}
.lista-condomini-grid #lista-condomini-header-list {
    display: none;
}
#lista-condomini-header-list span {
    min-height: 20px;
}
.lista-condomini-grid .lista-condomini-obj {
    display: block;
    float: left;
    width: 33.33333%;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.lista-condomini-list .lista-condomini-obj {
    display: block;
    float: left;
    width: 100%;
    box-sizing: border-box;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #e5e5e5;
}
.lista-condomini-grid .lista-condomini-obj-img-cont {
    display: block;
    float: left;
    width: 50%;
}
.lista-condomini-list .lista-condomini-obj-img-cont {
    display: block;
    float: left;
    width: 50px;
}
.lista-condomini-grid .lista-condomini-obj-img-cont img {
    width: 100%;
}
.lista-condomini-list .lista-condomini-obj-img-cont img {
    max-width: 50px;
    max-height: 50px;
}
.lista-condomini-grid .lista-condomini-obj-info {
    display: block;
    float: left;
    width: 45%;
    margin-left: 2.5%;
    color: black;
    font-size: 13px;
    line-height: 17px;
}
.lista-condomini-list  .lista-condomini-obj-info {
    display: block;
    float: right;
    width: calc(100% - 70px);
    color: black;
    font-size: 13px;
    line-height: 17px;
    padding-top: 10px;
    box-sizing: border-box;
}
.lista-condomini-list .lista-condomini-riferimento {
    display: block;
    float: left;
    width: 20%;
    min-height: 50px;
}
.lista-condomini-list .lista-condomini-codice-fiscale {
    display: block;
    float: left;
    width: 20%;
    min-height: 50px;
}
.lista-condomini-list .lista-condomini-indirizzo {
    display: block;
    float: left;
    width: 30%;
    min-height: 50px;
}
.lista-condomini-list .lista-condomini-scadenza {
    display: block;
    float: left;
    width: 30%;
    min-height: 50px;
    text-align: right;
}
#pg-condominio-top {
    padding: 80px 20px 0px 20px;
    box-sizing: border-box;
}
.page-cont {
    padding: 80px 20px 0px 20px;
    box-sizing: border-box;
}
.page-int-cont {
    padding: 20px;
    box-sizing: border-box;
}
#pg-condominio-top-data {
    width: 405px;    /* 426 */
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #f1f1f1;
}
#pg-condominio-top-notifiche {
    width: calc(100vw - 482px);
    padding-right: 10px;
    box-sizing: border-box;
    float: right;
}
#pg-condominio-top-notifiche-int {
    height: 183px;
    overflow-y: auto;
    box-sizing: border-box;
}
.fornitore-info-box-double #pg-condominio-top-notifiche-int {
    height: 140px;
}
#condominio-top-img-cont {
    width: 203px;
    height: 203px;
    position:relative;
    overflow: hidden;
}
#condominio-top-img {
    width: 203px;
    height: 203px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    background-color: white;
}
#condominio-top-img img {
    width: 100%;
}
#condominio-edit-img {
    position: absolute;
    bottom: 0px;
    right: 0px;
    display: block;
    float: left;
    padding: 10px;
    color: white;
    text-shadow: 0px 0px 3px #000;
    z-index: 2;
}
#condominio-top-info {
    width: 193px;
    float: right;
    font-size: 13px;
    line-height: 17px;
}
#pg-condominio-fatture,
.dati-catastali-loop-cont{
/*     margin-top: 20px; */
    padding-top: 20px;
    border-top: 1px solid #f1f1f1;
}
#condominio-table-fatture,
#condominio-table-fornitori {
    width: 100%;
}
#condominio-table-fatture .cell-title,
.condominio-table-dati-catastali .cell-title,
#condominio-table-fornitori .cell-title,
#condominio-table-generica .cell-title {
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
}
.cell-fornitore,
.cell-condominio,
.cell-catasto-first {
    box-sizing: border-box;
    padding: 7.5px 5px 7.5px 30px;
    font-size: 12px;
}
.cell-catasto-first {
    width: 6%;
    padding: 15px 5px 15px 30px;
}
.cell-albo-fornitore-first,
.cell-modello-fiscale-first,
.cell-albo-fornitore-durc-first {
    box-sizing: border-box;
    padding: 10px 10px 10px 30px;
    font-size: 14px;
}
.cell-fattura,
.cell-data,
.cell-importo,
.cell-note,
.cell-catasto {
    box-sizing: border-box;
    padding: 15px 7.5px;
    font-size: 12px;
}
.cell-modello-fiscale {
    box-sizing: border-box;
    padding: 7.5px;
    font-size: 14px;
}

.cell-albo-fornitore,
.cell-albo-fornitore-contatti {
    box-sizing: border-box;
    padding: 10px;
    font-size: 12px;
}
.cell-stato {
    box-sizing: border-box;
    padding: 7.5px 30px 7.5px 7.5px;
    font-size: 12px;
    text-align: right;
}
.cell-fornitore,
.cell-condominio {
    width: 25%;
}
.cell-fattura {
    width: 15%;
}
.cell-data {
    width: 15%;
}
.cell-importo {
    width: 10%;
}
.cell-catasto {
    width: calc(82% / 8);
}
.cell-catasto-visura {
    width: 12%;
    box-sizing: border-box;
    padding: 15px 7.5px;
    font-size: 12px;
}
.cell-parte-comune-nome {
    width: 25%;
    padding: 15px 7.5px;
    box-sizing: border-box;
}
.cell-parte-comune-btn {
    width: 5%;
    padding: 15px 7.5px;
}
.cell-parte-comune-descrizione {
    width: 60%;
    padding: 15px 7.5px;
    box-sizing: border-box;
}
.cell-note {
    width: 20%;
    position: relative;
}
.cell-stato {
    width: 15%;
}
.cell-albo-fornitore-durc-first {
    width: 8%
}
.cell-albo-fornitore,
.cell-albo-fornitore-first {
    width: 23%;
}
.cell-albo-fornitore-contatti {
    width: 15%;
}
.cell-albo-fornitore-last {
    width: 8%;
    vertical-align: middle;
}
.cell-modello-770-testo {
    width: 25%;
}
.cell-modello-770-file {
    width: 50%;
}
.cell-modello-cu-testo {
    width: 17.5%;
}
.cell-modello-cu-fornitore {
    width: 25%;
}
.cell-modello-cu-file {
    width: 40%;
}
.cell-fornitore-ragsoc {
    width: 50%;
    box-sizing: border-box;
    padding: 7.5px 5px 7.5px 30px;
    font-size: 12px;
}
.cell-fornitore-indirizzo {
    width: 50%;
    box-sizing: border-box;
    padding: 7.5px 30px 7.5px 5px;
    font-size: 12px;
}
.condominio-table-dati-catastali {
    display: flex !important;
    flex-wrap: wrap;
}

.condominio-table-dati-catastali .table-row {
    display: flex !important;
    flex-wrap: wrap;
}
.cell-documenti {
    padding: 15px 30px 25px 30px;
    width: calc(100% - 60px);
    margin-left: 0px;
    border-top: 1px solid #e5e5e5;
    box-sizing: border-box;
}
.cell-pagato {
    color: green;
}
.act-invito-fornitore {
    color: #808080;
}
.btn-small-pagato {
    background-color: green;
    color: white;
    display: inline-block;
    width: 100px;
    font-weight: bold;
}
.data-pagamento-fattura-input {
    width: 100px;
    display: inline-block;
    text-align: center;
    height: 25px;
    margin-top: 5px;
    border-radius: 2.5px;
}
.data-pagamento-fattura-span {
    color: black;
    font-weight: bold;
}
.cell-non-pagato {
    color: orange;
}
.cell-contestato {
    color: red;
}
.btn-small-contestato {
    background-color: red;
    color: white;
    display: inline-block;
    width: 100px;
    font-weight: bold;
}
.bg_row-pari {
    background-color: #e9f0ec;
}
.bg_row-dispari {
    background-color: #f2f9f5;
}
.table-row-highlighted {
    background-color: #006430 !important;
    color: white !important;
    font-weight: bold;
}
.table-row-highlighted a {
    color: white !important;
}
#tool-tip-stato-fornitore {
    position: absolute;
    min-width: 120px;
    width: auto;
    font-size: 12px;
    line-height: 20px;
    background-color: white;
    left: 65px;
    padding: 5px;
    display: none;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}
#tool-tip-arrow-left {
  width: 0;
  height: 0;
  border-top: 7.5px solid transparent;
  border-bottom: 7.5px solid transparent;
  border-right: 7.5px solid white;
  display: block;
  float: left;
  position: absolute;
  left: -8px;
  top: 7px;
}
#condominio-table-fatture .table-row-new {
    background-color: #fff;
}
#form-aggiungi-fattura-noscript,
#pg-condominio-comandi {
    display: block;
    float: left;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}
#fattura-non-caricate .table-cell {
    padding: 20px 0px;
}
.btn-aggiungi-fattura-cont {
    width: auto;
    height: 40px;
    float: left;
    position: relative;
    width: 140px;
    overflow: hidden;
    margin-right: 10px;
}
.btn-aggiungi-fattura-cont .btn-azione {
    display: block;
    float: left;
    position: absolute;
    top: 0px;
    z-index: 10;
}
.btn-aggiungi-fattura-cont #nuova_fattura {
    position: absolute;
    top: 10px;
    opacity: 0;
}
#fatture-dropzone-int,
#documenti-b110-dropzone-int {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #f2f2f2;
    line-height: 100px;
    text-align: center;
    font-weight: bold;
    border: 1px solid #e5e5e5;
    z-index: 10;
}
#fatture-dropzone,
#documenti-b110-dropzone {
    height: 100px;
}
#fatture-dropzone-int.in {
/*    width: 150px;
    height: 50px;
    line-height: 50px;
    font-size: larger;*/
/*     background-color: #00854425; */
}
#fatture-dropzone-int.hover,
#documenti-b110-dropzone-int.hover,
.file-dropped {
    background-color: #DAEDE4;
}
#uploading-progress {
    float: left;
    height: 20px;
    width: 100%;
    background: linear-gradient(to right, #b2b2b2 50%, transparent 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition:all 1s ease;
}
#fatture-dropzone-int.fade {
/*    -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;
    opacity: 1;*/
}
#fatture-dropzone-risultati,
#documenti-b110-dropzone-risultati {
    margin-top: 20px;
}
#titolo-albo-fornitori {
    line-height: 40px;
}
.fattura-riga-massiva {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #f2f2f2;
}
#condominio-comandi-ricerca {
    display: block;
    float: left;
    position: relative;
    box-sizing: border-box;
    padding-right: 50px;
    width: 100%;
}
#condominio-comandi-ricerca #id_testo {
    width: calc( 100% - 300px);
}
#fornitore-ricerca-fatture #id_testo {
    width: calc( 100% - 300px);
}
#condominio-comandi-ricerca .fattura-ricerca-input,
#fornitore-ricerca-fatture .fattura-ricerca-input {
    margin-right: 10px;
}
#condominio-comandi-ricerca .fattura-ricerca-input:last-child,
#fornitore-ricerca-fatture .fattura-ricerca-input:last-child {
    margin-right: 0px;
}
#btn-condominio-ricerca {
    display: block;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
/*     border: 1px solid #e5e5e5; */
    border-radius: 5px;
    position: absolute;
    right: 0px;
    top: 0px;
    color: white;
}
#btn-condominio-reset-ricerca {
    display: block;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    border-radius: 5px;
    position: absolute;
    right: 50px;
    top: 0px;
    color: white;
}
#pg-condominio-comandi .ricerca-done,
#lista-condomini .ricerca-done {
    padding-right: 100px;
}
#condominio-comandi-ricerca .ricerca-done #id_testo,
#lista-condomini .ricerca-done {
    width: calc( 100% - 340px);
}
#fornitore-ricerca-fatture-cont .ricerca-done #id_testo {
    width: calc( 100% - 350px);
}
#condomini-comandi-ricerca {
    display: block;
    float: left;
    position: relative;
    box-sizing: border-box;
    padding-right: 50px;
    width: calc(100% - 340px);
}
#condomini-comandi-ricerca input {
    width: 100%;
}
.table-fattura-edit-stato {
    color: black;
    font-size: 15px;
    display: inline-block;
/*     margin-right: 5px; */
    padding: 0px 5px;
}
.cell-stato {
/*     background-color: white; */
}
.stato-fattura-text {
    font-size: 15px;
}
.select-stato-fattura {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    box-sizing: border-box;
    display: inline-block;
    background-color: white;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    padding: 0px 10px;
    min-width: 60px;
}
.table-fattura-save-stato {
/*    color: black;
    font-size: 15px;
    display: inline-block;
    padding: 10px 5px 0px 5px;
    margin: 0px 0px 0px 5px;*/
}
.table-fattura-abort-stato {
    color: black;
    font-size: 15px;
    display: inline-block;
/*     padding: 0px 5px; */
    margin: 0px 0px 0px 5px;
    padding: 10px 5px 0px 5px;
}
.table-fattura-edit-note,
.table-fattura-save-note,
.table-fattura-abort-note {
    position: absolute;
    top: 8px;
    left: -15px;
    font-size: 15px;
    display: block;
    float: left;
    color: black;
    padding: 0px 0px 10px 0px;
}
.table-fattura-abort-note {
    top: 35px;
    left: -13px;
}
.table-note-textarea {
    display: inline-block;
    width: 100%;
    height: 100%;
    min-height: 70px;
    font-size: 12px;
    line-height: 15px;
    display: inline-block;
    padding: 5px;
    box-sizing: border-box;
}
.gestione-utente-block {
    width: 25%;
    padding-right: 1%;
    box-sizing: border-box;
}
#info-utente-cont .no-padding,
#cambio-password-cont .no-padding {
    padding-right: 0px;
}
#info-utente-cont  span,
#info-utente-cont  input {
    height: 60px;
    line-height: 58px;
    width: 100%;
    padding: 0px 10px;
    border: 1px solid #f2f2f2;
    background-color: white;
    font-size: 12px;
    box-sizing: border-box;
    display: inline-block;
    float: left;
    border-radius: 5px;
}
#info-utente-cont input {
    background-color: #fafafa;
}
#info-utente-cont .hidden {
    display: none;
}
#info-utente-cont  #gestione-utente-telefono {
    padding-right: 70px;
    box-sizing: border-box;
    position: relative;
}
#info-utente-cont  #gestione-utente-email {
    padding-right: 70px;
    box-sizing: border-box;
    position: relative;
}
.info-utente-edit {
    height: 60px;
    line-height: 60px;
    width: 60px;
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    text-align: center;
    font-size: 15px;
    color: black;
    border-radius: 5px;
}
.info-utente-salva {
    height: 60px;
    line-height: 60px;
    width: 40px;
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    text-align: center;
    font-size: 15px;
    color: black;
}
.info-utente-abort {
    height: 60px;
    line-height: 60px;
    width: 20px;
    display: block;
    position: absolute;
    right: 40px;
    top: 0px;
    text-align: center;
    font-size: 15px;
    color: black;
}
.fornitore-info-box {
    min-height: 80px;
    width: 25%;
    line-height: 20px
}
.fornitore-info-box-double {
    width: calc(50% - 10px);
    padding-left: 20px;
    margin-left: 10px;
    box-sizing: border-box;
    border-left: 1px solid #f2f2f2;
}
#fornitore-ricerca-fatture {
    display: block;
    float: left;
    width: calc(100% - 300px);
    display: block;
    float: left;
    position: relative;
    box-sizing: border-box;
    padding-right: 50px;
}
.stato-fornitore {
    display: inline-block;
    float: left;
    width: 15px;
    height: 15px;
    margin: 0px 5px;
}
.bg-durc-ko {
    background-color: orange;
}
.bg-durc-ok {
    background-color: green;
}
.bg-non-registrato {
    background-color: #666;
}
#btn-close-modal-invito-fornitore {
    position: absolute;
    right: 10px;
    top: 5px;
    color: black;
}
#labe-file-durc {
    display: block;
    float: left;
    width: 100%;
}
#labe-file-durc span {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #f7f7f7;
    font-weight: bold;
    z-index: 10;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}
.page-landing {
    max-width: 1000px;
    padding: 40px 20px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}
.titolo-big {
    font-size: 45px;
    line-height: 45px;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.50);
    text-align: center;
}
.titolo-medium {
    font-size: 35px !important;
    line-height: 35px !important;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.50);
    text-align: center;
}
.titolo-small {
    font-size: 25px !important;
    line-height: 25px !important;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.50);
    text-align: center;
}
#img-cover-landing-assemblea, #img-cover-landing-bonus {
    display: none;
}
#modal-selezione-fatture {
    width: 100%;
    max-width: 10000px;
    left: 0px;
    margin-left: 0px;
    max-height: calc(100vh - 60px);
    overflow: auto;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
}
.b110-selezione-fattura-border-sx {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 15px;
    background-color: #008544;
    display: none;
}
.b110-selezione-fattura-presente .b110-selezione-fattura-border-sx {
    display: block;
}
#b110-lista-documenti  {
    margin-top: 30px;
}
#b110-lista-documenti p {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
#b110-lista-documenti p:last-child {
    border-bottom:none;
}
#b110-info-int {
    width: 100%;
    max-width: 1024px;
}
#b110-info-int fieldset:first-child {
    width: calc(40% - 10px);
    float: left;
}
#b110-info-int fieldset:last-child {
    width: calc(60% - 10px);
    float: right;
}
#bonus110-simbolo-euro {
    position: absolute;
    height: 60px;
    line-height: 60px;
    font-size: 15px;
    right: 20px;
    top: 0px;
}
#id_importo_oneri_edili {
    font-size: 20px;
}
#nav-bonus-110 {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
}
#nav-bonus-110 a {
    display: block;
    float: left;
    padding: 0px 20px;
    border-bottom: 1px solid #e5e5e5;
    background-color: white;
    color: #808080;
    margin-bottom: -1px;
    line-height: 40px;
    font-size: 18px;
    height: 40px;
    box-sizing: border-box;
}
#nav-bonus-110 .sel {
    color: #008544;
    border-bottom: 1px solid white;
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    font-size: 22px;
}
#nav-bonus-110 .sel:first-child {
    border-left: none;
}
#nav-bonus-110 .sel:last-child {
    border-right: none;
}
#bonus110-ts-cont {
    position:absolute;
    top: 30px;
    right: 0px;
    width: 50%;
}
.riga-documenti-bonus-110-immobili {
    display: inline-block;
    padding-left: 161px;
    box-sizing: border-box;
    margin-top: 10px;
    line-height: 20px;
}
.elementochecklistbonus-cont {
    margin-top: 10px;
}
.elementochecklistbonus-cont label {
    display: block;
    float: left;
    padding: 2.5px 0px;
}
.elementochecklistbonus-cont p {
    padding: 10px 10px 10px 16px;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 20px;
    margin-top: 5px;
    background-color: #f2f2f2;
}
.btn-elementochecklistbonus {
    display: block;
    float: left;
    margin-left: 10px;
    padding: 2.5px;
    font-size: 18px;
}
.btn-elementochecklistbonus span:first-child {
    display: inline;
}
.btn-elementochecklistbonus span:last-child {
    display: none;
}
.toggleIcon span:first-child {
    display: none !important;
}
.toggleIcon span:last-child {
    display: inline !important;
}
.document-no-associazioni {
    background-color: #666 !important;
}
.datepicker-dato-catastale {
    z-index: 999999 !important;
    top: calc(50vh + 50px) !important;
}
/* Over Cage */
@media only screen and (min-width:1025px) and (max-width:10000px) {
    a:hover {
        color: #006430;
        transition: color 0.2s;
        -webkit-transition: color 0.2s;
    }
    #landing-claim .titoletti a:hover {
        color: #006430;
        transition: color 0.2s;
        -webkit-transition: color 0.2s;
    }
    .btn-verde-chiaro2scuro:hover,
    .btn-verde-medio2scuro:hover,
    #btn-condominio-ricerca:hover {
        background-color: #003b11;
        color: #fff;
    }
    #nav-top li a:hover {
        background-color: #008544;
        color: white;
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }
    #nav-top #nav-top-logo a:hover {
        background-color: white;
    }
    .btn-small-pagato:hover {
        color: white;
        background-color: #003b11;
    }
    .btn-small-contestato:hover {
        color: white;
        background-color: #800000;
    }
    #nav-bonus-110 a:hover {
        color: #008544;
    }
}
@media only screen and (min-width:1024px) and (max-width:1279px) {
    .cell-fornitore,
    .cell-condominio {
        padding: 7.5px 5px 7.5px 20px;
    }
    .cell-stato {
        padding: 7.5px 20px 7.5px 7.5px;
    }
    #landing {
        max-width:1000px;
        width: 96%;
    }
    #landing-login {
        width: 30%;
        float: left;
    }
    #landing-claim {
        width: 68%;
        float: right;
    }
    #landing h1 {
        padding-left: 45%;
    }
    #img-cover-landing-assemblea, #img-cover-landing-bonus {
        display: none;
    }
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .page-cont {
        padding: 80px 10px 0px 10px;
        box-sizing: border-box;
    }
    #landing {
        /*max-width:400px;*/
        width: 94%;
    }
    #landing h1 {
        padding-left: 0px;
        text-align: center;
        height: 40px;
        margin-top: 10px;
        margin-bottom: 70px;
    }
    #landing-login {
        width: 100%;
        float: right;
        margin-top: 50px;
    }
    #landing-claim {
        width: 100%;
        float: left;
    }
    /*#landing {
        max-width:1000px;
        width: 96%;
    }*/
    .lista-condomini-obj {
        display: block;
        float: left;
        width: 50%;
        box-sizing: border-box;
        margin-bottom: 20px;
    }
    .cell-fornitore,
    .cell-condominio {
        padding: 5px 5px 5px 10px;
        font-size: 11px;
        line-height: 13px;
    }
    .cell-stato {
        padding: 5px 10px 5px 5px;
        font-size: 11px;
        line-height: 13px;
    }
    .cell-fattura,
    .cell-data,
    .cell-importo,
    .cell-note {
        box-sizing: border-box;
        padding: 5px;
        font-size: 11px;
        line-height: 13px;
    }
    #condominio-table-fatture .cell-title,
    .condominio-table-dati-catastali .cell-title,
    #condominio-table-fornitori .cell-title,
    #condominio-table-generica .cell-title {
        font-size: 12px;
        line-height: 16px;
    }
    .cell-note {
        width: 20%;
    }
    .cell-stato {
        width: 15%;
    }
    .btn-aggiungi-fattura-cont {
        width: 113px;
        margin-right: 7px;
    }
    .btn-azione {
        font-size: 10px;
        min-width: 113px;
        padding: 0px 5px;
    }
    #fornitore-ricerca-fatture {
        width: 100%;
        margin-top: 10px;
    }
    /*#landing-login {
        width: 33%;
        float: left;
    }
    #landing-claim {
        width: 63%;
        float: right;
    }
    #landing h1 {
        padding-left: 45%;
    }
    body {
        background-image: unset;
    }*/
    #img-cover-landing-assemblea {
        display: block;
        height: 300px;
        background-image: url('/static/sito/img/img_bg_assemblea2.jpg');
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        overflow: hidden;
    }
    #img-cover-landing-bonus {
        display: block;
        height: 300px;
        background-image: url('/static/sito/img/img_bg_bonus2.jpg');
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        overflow: hidden;
    }
}
@media only screen and (min-width:320px) and (max-width:767px) {
/*    .btn-azione {
        min-width: 60px;
        padding: 0px 10px;
    }*/
    .page-cont {
        padding: 80px 10px 0px 10px;
        box-sizing: border-box;
    }
    .btn-aggiungi-fattura-cont {
        margin-bottom: 10px;
    }
    .btn-aggiungi-fattura-cont:nth-child(odd) {
        margin-right: 10px;
    }
    .btn-aggiungi-fattura-cont:nth-child(even) {
        margin-right: 0px;
    }
    #landing {
        /*max-width:400px;*/
        width: 94%;
    }
    #landing h1 {
        padding-left: 0px;
        text-align: center;
        height: 40px;
        margin-top: 10px;
        margin-bottom: 70px;
    }
    #landing h1 img{
        width: 75%;
    }
    #landing-login {
        width: 100%;
        float: right;
        margin-top: 50px;
    }
    #landing-claim {
        width: 100%;
        float: left;
    }
    #nav-top {
        height: 50px;
    }
    #nav-top ul {
        display: block;
        float: left;
        width: 100%;
        height: 50px;
    }
    #nav-top li {
        height: 50px;
    }
    #nav-top #nav-top-logo a {
        overflow: hidden;
        width: 41px;
        height: 50px;
    }
    #nav-top #nav-top-logo img {
        height: 30px;
        margin: 2.5px 5px;
    }
    #nav-top li a {
        height: 5cass0px;
        line-height: 50px;
        width: 50px;
        font-size: 12px;
    }
    #lista-condomini {
        margin: 80px auto 60px auto
    }
    #condomini-grid-list-choices {
        padding-bottom: 20px;
        border-bottom: 1px solid #e5e5e5;
        font-size: 15px;
        line-height: 25px;
    }
    #condomini-grid-list-choices {
        display: none;
    }
    #lista-condomini-header-list {
        display: none;
    }
    .lista-condomini-list .hidden-list {
        display: inline;
    }
    #lista-condomini-header-list {
        display: none;
    }
    .lista-condomini-list .lista-condomini-obj,
    .lista-condomini-grid .lista-condomini-obj {
        display: block;
        float: left;
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 20px;
        margin-top: auto;
        padding-top: auto;
        border: none;
    }
    .lista-condomini-list .lista-condomini-obj-img-cont,
    .lista-condomini-grid .lista-condomini-obj-img-cont {
        width: 37%;
        margin-right: 3%;
    }
    .lista-condomini-list .lista-condomini-obj-info,
    .lista-condomini-grid .lista-condomini-obj-info {
        display: block;
        float: left;
        width: 55%;
        font-size: 12px;
        line-height: 15px;
        padding: auto;
        margin: auto;
    }
    .lista-condomini-grid .lista-condomini-obj-img-cont img,
    .lista-condomini-list .lista-condomini-obj-img-cont img {
        width: 80%;
        max-width: 1000px;
        max-height: 1000px;
    }
    .lista-condomini-list .lista-condomini-riferimento,
    .lista-condomini-list .lista-condomini-codice-fiscale,
    .lista-condomini-list .lista-condomini-indirizzo,
    .lista-condomini-list .lista-condomini-scadenza {
        display: inline;
        width: auto;
        min-height: 0px;
        text-align: left;
    }

    footer {
        min-height: 40px;
        box-sizing: border-box;
        padding: 10px 10px;
        box-sizing: border-box;
    }
    #pg-condominio-top {
        padding: 80px 0px 0px 0px
    }
    #condominio-top-img,
    #condominio-top-img-cont {
        display: none;
    }
    #pg-condominio-top-data {
        width: 100%;
        box-sizing: border-box;
        border-right: none;
        margin-right: 0px;
        padding: 0px 10px 10px 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #f1f1f1;
    }
    #condominio-top-info {
        width: 100%;
    }
    #pg-condominio-top-notifiche {
/*         display: none; */
        width: 100%;
        padding: 0px 10px;
        box-sizing: border-box;
        float: left;
    }
    #pg-condominio-top-notifiche-int {
        height: 100px;
    }
    #form-aggiungi-fattura-noscript,
    #pg-condominio-comandi {
        padding: 20px 10px;
    }
    .table-row {
        min-height: 62px;
    }
     #condominio-table-fatture .cell-title,
     .condominio-table-dati-catastali .cell-title,
     #condominio-table-fornitori .cell-title {
         height: 26px;
    }
    .cell-fornitore {
        padding: 5px 2.5px 5px 5px;
        font-size: 11px;
        line-height: 13px;
        position: fixed;
        left: 0px;
        display: block;
        width: 140px;
        height: 62px;
        border-right: 1px solid #e5e5e5;
        z-index: 100;
    }
    .cell-condominio {
        padding: 5px 2.5px 5px 5px;
        font-size: 11px;
        line-height: 13px;
    }
    .bg_row-dispari .cell-fornitore,
    .bg_row-dispari .cell-condominio {
        background-color: #f2f9f5;
    }
    .bg_row-pari .cell-fornitore,
    .bg_row-pari .cell-condominio {
        background-color: #e9f0ec;
    }
    .cell-stato {
        padding: 5px 5px 5px 2.5px;
        font-size: 11px;
        line-height: 13px;
        min-height: 62px;
    }
    .cell-fattura,
    .cell-data,
    .cell-importo,
    .cell-note {
        box-sizing: border-box;
        padding: 5px;
        font-size: 11px;
        line-height: 13px;
        min-height: 62px;
    }
    #condominio-table-fatture .cell-title,
    .condominio-table-dati-catastali .cell-title,
    #condominio-table-fornitori .cell-title {
        font-size: 12px;
        line-height: 16px;
    }
    .cell-note {
        width: 15%;
    }
    .cell-stato {
        width: 20%;
    }
    #condominio-table-fatture,
    #condominio-table-fornitori,
    #condominio-table-generica {
        width: 768px;
    }
    #pg-condominio-fatture {
        width: 100vw;
        overflow-y: auto;
        margin-bottom: 40px;
    }
    #condomini-comandi-ricerca {
        width: 100%;
        margin-top: 20px;
    }
    #lista-condomini .ricerca-done  {
        width: 100%;
    }
    #condominio-comandi-ricerca {
        width: 100%;
        margin-top: 10px;
    }
    #btn-condominio-ricerca,
    #btn-condominio-reset-ricerca {
        top: 50px;
    }
    #condomini-comandi-ricerca #btn-condominio-ricerca,
    #condomini-comandi-ricerca #btn-condominio-reset-ricerca {
        top: 0px;
    }
    #condominio-comandi-ricerca,
    #pg-condominio-comandi .ricerca-done {
        padding-right: 0px;
    }
    #condominio-comandi-ricerca #id_testo,
    #fornitore-ricerca-fatture #id_testo {
/*         width: calc( 100% - 280px); */
        width: calc( 100% - 50px);
        margin-top: 10px;
    }
    #pg-condominio-comandi .ricerca-done #id_testo,
    #fornitore-ricerca-fatture-cont .ricerca-done #id_testo {
        width: calc( 100% - 100px);
    }
    #condominio-comandi-ricerca .fattura-ricerca-input,
    #fornitore-ricerca-fatture .fattura-ricerca-input {
        width: calc(50% - 5px);
        margin-right: 10px;
    }
    #condominio-comandi-ricerca #id_stato,
    #fornitore-ricerca-fatture #id_stato {
        margin-right: 0px;
    }
    #lista-condomini .ricerca-done {
        padding-right: 0px;
    }
    #fornitore-ricerca-fatture-cont .ricerca-done {
        padding-right: 0px;
    }
    #lista-condomini-top .btn-azione {
        margin-right: 10px;
        min-width: 100px;
    }
    #lista-condomini .ricerca-done {
        padding-right: 100px;
    }
    .table-fattura-save-stato {
/*         padding: 10px 10px; */
    }
    .stato-fattura-text {
        font-size: 13px;
    }
    .table-fattura-abort-stato {
        margin-right: 25px;
        padding: 10px 10px;
    }
    .condominio-table-dati-catastali {
        width: 768px;
    }
    #condominio-table-generica-cont {
        width: 100%;
        overflow: auto;
    }
    .fornitore-info-box {
        width: 100%;
        margin-bottom: 10px;
        min-height: 0px;
    }
    .fornitore-info-box-double {
        width: 100%;
        padding-left: 0px;
        margin-left: 0px;
        box-sizing: border-box;
        border-left: none;
    }
    #fornitore-ricerca-fatture {
        width: 100%;
        margin-top: 10px;
    }
    #fornitore-no-company-text {
        width: 100%;
        float: left;
    }
    #fornitore-no-company-form {
        width: 100%;
        float: right;
        margin-top: 20px;
    }
    .gestione-utente-block {
        width: 50%;
        padding-right: 1%;
        box-sizing: border-box;
        margin-bottom: 20px;
    }
    .titolo-big {
        font-size: 25px;
        line-height: 25px;
    }
    .titolo-medium {
        font-size: 20px !important;
        line-height: 20px !important;
    }
    .titolo-small {
        font-size: 15px !important;
        line-height: 15px !important;
    }
    .page-landing {
        padding: 10px 5px;
    }
    .two-column {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }
    .landing-paragraph-img .w_49pe {
        width: 100%;
        margin-bottom: 10px;
    }
    .landing-paragraph-img .font_20 {
        font-size: 15px;
        line-height: 18px;
    }
    .landing-paragraph-img .right {
        float: left;
    }
    /*body {
        background-image: unset;
    }*/
    #img-cover-landing-assemblea {
        display: block;
        height: 300px;
        background-image: url('/static/sito/img/img_bg_assemblea2.jpg');
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        overflow: hidden;
    }
    #img-cover-landing-bonus {
        display: block;
        height: 300px;
        background-image: url('/static/sito/img/img_bg_bonus2.jpg');
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        overflow: hidden;
    }
}
@media only screen and (min-width:469px) and (max-width:767px) {
    .btn-aggiungi-fattura-cont:nth-child(odd),
    .btn-aggiungi-fattura-cont:nth-child(even) {
        margin-right: 10px;
    }
    .btn-aggiungi-fattura-cont:nth-child(3n) {
        margin-right: 0px;
    }
    body {
        background-image: unset;
    }
}

/* Turn Your Device */
#turn-your-device {
/*     display: none; */
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 99999;
    background-color: #006430;
    padding: 20px;
    box-sizing: border-box;
}
#tyd-telefono-logo-tyd {
/*     height: 30px; */
}
#tyd-telefono svg {
    height: 60px;
}
#tyd-arrow svg {
    height: 100px;
}
#tyd-telefono {
    position: absolute;
    left: calc( 50% - 15.5px);
    top: 40px;
    -webkit-animation: tydCellRotation 3s infinite; /* Safari 4+ */
    -moz-animation:    tydCellRotation 3s infinite; /* Fx 5+ */
    -o-animation:      tydCellRotation 3s infinite; /* Opera 12+ */
    animation:         tydCellRotation 3s infinite; /* IE 10+, Fx 29+ */
}
#tyd-arrow {
    position: absolute;
    left: calc( 50% - 50px);
    top: 20px;
}
@-webkit-keyframes tydCellRotation {
  0%   { transform: rotate(0deg); }
  10%   { transform: rotate(0deg); }
  25%   { transform: rotate(90deg); }
  35%    { transform: rotate(90deg); }
  75%   { transform: rotate(-90deg); }
  85%   { transform: rotate(-90deg); }
  100%   { transform: rotate(0deg); }
}
@-moz-keyframes tydCellRotation {
  0%   { transform: rotate(0deg); }
  10%   { transform: rotate(0deg); }
  25%   { transform: rotate(90deg); }
  35%    { transform: rotate(90deg); }
  75%   { transform: rotate(-90deg); }
  85%   { transform: rotate(-90deg); }
  100%   { transform: rotate(0deg); }
}
@-o-keyframes tydCellRotation {
  0%   { transform: rotate(0deg); }
  10%   { transform: rotate(0deg); }
  25%   { transform: rotate(90deg); }
  35%    { transform: rotate(90deg); }
  75%   { transform: rotate(-90deg); }
  85%   { transform: rotate(-90deg); }
  100%   { transform: rotate(0deg); }
}
@keyframes tydCellRotation {
  0%   { transform: rotate(0deg); }
  10%   { transform: rotate(0deg); }
  25%   { transform: rotate(90deg); }
  35%    { transform: rotate(90deg); }
  75%   { transform: rotate(-90deg); }
  85%   { transform: rotate(-90deg); }
  100%   { transform: rotate(0deg); }
}

@-webkit-keyframes tydArrowRotation {
  0%   { transform: rotate(0deg); }
  20%   { transform: rotate(72deg); }
  40%   { transform: rotate(144deg); }
  60%   { transform: rotate(216deg); }
  80%   { transform: rotate(288deg); }
  100%   { transform: rotate(360deg); }
}
@-moz-keyframes tydArrowRotation {
  0%   { transform: rotate(0deg); }
  20%   { transform: rotate(72deg); }
  40%   { transform: rotate(144deg); }
  60%   { transform: rotate(216deg); }
  80%   { transform: rotate(288deg); }
  100%   { transform: rotate(360deg); }
}
@-o-keyframes tydArrowRotation {
  0%   { transform: rotate(0deg); }
  20%   { transform: rotate(72deg); }
  40%   { transform: rotate(144deg); }
  60%   { transform: rotate(216deg); }
  80%   { transform: rotate(288deg); }
  100%   { transform: rotate(360deg); }
}
@keyframes tydArrowRotation {
  0%   { transform: rotate(0deg); }
  20%   { transform: rotate(72deg); }
  40%   { transform: rotate(144deg); }
  60%   { transform: rotate(216deg); }
  80%   { transform: rotate(288deg); }
  100%   { transform: rotate(360deg); }
}
