.margin-top-0{
    margin-top: 0 !important;
}

.padding-top-0{
    padding-top: 0 !important;
}

.margin-bottom-5{
    margin-bottom: 5px; 
}

.margin-top-5{
    margin-top: 5px; 
}

.margin-top-10{
    margin-top: 10px; 
}

.margin-top-20{
    margin-top: 20px; 
}

.margin-top-30{
    margin-top: 30px; 
}

.margin-top-60{
    margin-top: 60px; 
}

.margin-auto{
  margin: auto;
}

.padding-20{
  padding: 20px;
}

.height-100{
  height: 100% !important;
}

.width-100{
  width: 100% !important;
}

.width-inherit{
  width: inherit !important;
}

#main-container{
  padding-bottom: 0 !important;
}

.color-white{
  color:white !important;
}

/* per FOOTER */
footer{
    background-color: #7287b6;
    color: white;
    position: static !important;
    bottom:0;
    right: 0;
    height: auto !important;
    min-height: 5.2rem !important;
}

@media(max-width: 767px){
    #page-container.page-footer-fixed #page-footer{
        position: static;
        padding-top: 30px;
        flex-shrink: 0;
        min-height: 0 !important;
        height: auto !important;
    }
}
#page-footer .content{
    background-color: transparent;
}

#page-footer .block-content{
    background-color: transparent;
    max-width: 700px;
    float: right !important;
}

@media (min-width: 1200px){
    #page-footer .block-content{
        max-width: 1200px;
    }
}


/* SIDEBAR */
#sidebar .simplebar-wrapper{
    width: 100%;
}

#sidebar .simplebar-content{
    overflow-x: hidden !important;
}

/* HOULYLIST */

.background-color-dee2e6 {
    background-color: #dee2e6;
}

/* pagina piumutuicasa - per menu */
.piumutuicasa .nav-main-link .nav-main-link-icon{
    color: #0665d0 !important;
  }
  
  /* pagina report_tmk >>> */
  
  #tmkList .color-grey{
    background-color: #808080;
    border-color: #808080 !important;
    color:white;
  }
  
  #tmkList .color-red{
    background-color: #ed2541;
    border-color: #ed2541 !important;
    color:white;
  }
  
  #tmkList .color-orange{
    background-color: #f68620;
    border-color: #f68620 !important;
    color:white;
  }
  
  #tmkList .color-yellow{
    background-color: #ebb10f;
    border-color: #ebb10f !important;
    color:white;
  }
  
  #tmkList .color-green{
    background-color: #75c143;
    border-color: #75c143 !important;
    color:white;
  }
  
  #tmkList .color-green-blue{
    background-color: #17b899;
    border-color: #17b899 !important;
    color:white;
  }
  
  #tmkList .color-blue{
    background-color: #3777c1;
    border-color: #3777c1 !important;
    color:white;
  }
  
  #tmkList .odd .color-grey{
    background-color: rgba(128, 128, 128, 0.2);
    color:black;
  }
  
  #tmkList .odd .color-red{
    background-color: rgba(237, 37, 65, 0.2);
    color:black;
  }
  
  #tmkList .odd .color-orange{
    background-color: rgba(246, 134, 32, 0.2);
    color:black;
  }
  
  #tmkList .odd .color-yellow{
    background-color: rgba(235, 177, 15, 0.2);
    color:black;
  }
  
  #tmkList .odd .color-green{
    background-color: rgba(117, 193, 67, 0.2);
    color:black;
  }
  
  #tmkList .odd .color-green-blue{
    background-color: rgba(23, 184, 153, 0.2);
    color:black;
  }
  
  #tmkList .odd .color-blue{
    background-color: rgba(55, 119, 193, 0.2);
    color:black;
  }
  
  #tmkList .even .color-grey{
    background-color: rgba(128, 128, 128, 0.4);
    color:black;
  }
  
  #tmkList .even .color-red{
    background-color: rgba(237, 37, 65, 0.4);
    color:black;
  }
  
  #tmkList .even .color-orange{
    background-color: rgba(246, 134, 32, 0.4);
    color:black;
  }
  
  #tmkList .even .color-yellow{
    background-color: rgba(235, 177, 15, 0.4);
    color:black;
  }
  
  #tmkList .even .color-green{
    background-color: rgba(117, 193, 67, 0.4);
    color:black;
  }
  
  #tmkList .even .color-green-blue{
    background-color: rgba(23, 184, 153, 0.4);
    color:black;
  }
  
  #tmkList .even .color-blue{
    background-color: rgba(55, 119, 193, 0.4);
    color:black;
  }
  
  /* pagina report_tmk <<< */


  /* pagina stats/monthly-by-job >>> */
  .gp-monthly .row > .title{
    text-align: left;
  }
  .gp-monthly .row.justify-content-md-end{
    margin: 0;
}

  @media (min-width: 1200px){
    .gp-monthly .row > .title{
        text-align: center;
    }
}

@media (max-width: 767px){
    .gp-monthly .row > .title{
        text-align: center;
    }

    .gp-monthly .row.justify-content-md-end{
        margin-top:10px;
        margin-left:10px;
    }
}
/* pagina stats/monthly-by-job <<< */

/* per pagina operatore_remoto >>> */
.pg-operatore-remoto hr{
  background-color: #7287b6; 
  height: 10px;
}

.pg-operatore-remoto .max-height{
  max-height: 150px;
}

.pg-operatore-remoto .max-width{
  max-width: 400px;
}

.pg-operatore-remoto .padding-50-10{
  padding: 50px 10px;
}

/* per pagina operatore_remoto >>> */