
html, body {
  height: 100%;
}
body{
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-color: transparent;
  background-image: url("../img/bg-img.jpg");
}


.scale{
  transition: all .6s;
}

@media screen {
  #printSection {
      display: none;
  }
}

@media print {
  body * {
    visibility:hidden;
  }
  #printSection, #printSection * {
    visibility:visible;
  }
  #printSection {
    position:absolute;
    margin: 0;
    padding: 0;
    left:0;
    top:0;
    width: 100%;
    font-size: 12px;
  }
}


.dialog-footer{
  padding: 10px;
  border-top: 1px solid #ccc;
  text-align: right;
}
