@media print{    
    .noprint  {
        display: none !important;
    }
}

@media screen{
  .onlyprint{
    display: none !important;

  }
}


.top-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 46px;
    height: 46px;    
    background-color:white;
}

.menuButton{

  display: flex;
  z-index: 999;
  margin-top:0;
  margin-right:0;
  margin-left:auto;
  float: right;
}

.rightalign{
    display: flex; 
    justify-content: flex-end;
    margin-top:0;
    margin-bottom:0;
}
.leftalign{
  float:left;
  vertical-align:top;
  margin-left:0;
}

.footer {
  position: fixed;
  bottom: 0;
  margin: 0 auto;
  
}

.off-canvas{
  color:white;
}

.small-font{
  font-size:8px;
}

.shadow{

  box-shadow: -20px -18px 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.2);
  
}

.li-side-menu{
  text-align: center;
  width: 100%;

}

.icon-rose{
  color:#e91e63;
}


.icon-white{
  color:rgb(230,230,230);
}