body {
  padding-top: 50px;
  padding-bottom: 50px; 
}
@media print{
  body {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  a[href]:after {
    content: none !important;
  }
}
i:hover {
  color: red;
}
.icon0 {
  font-size: 30px;
  /*line-height: 10px;*/
  margin: 0px 4px 0px 0px;
  color: #333;
  -webkit-transition: font-size 0.25s ease-out 0s;
  -moz-transition: font-size 0.25s ease-out 0s;
  transition: font-size 0.25s ease-out 0s;
}
.icon1 {
  font-size: 22px;
  /*line-height: 10px;*/
  margin: 0px 4px 0px 0px;
  color: #333;
  -webkit-transition: font-size 0.25s ease-out 0s;
  -moz-transition: font-size 0.25s ease-out 0s;
  transition: font-size 0.25s ease-out 0s;
}
.icon2 {
  font-size: 20px;
  /*line-height: 10px;*/
  margin: 0px 4px 0px 0px;
  color:#333;
  -webkit-transition: font-size 0.25s ease-out 0s;
  -moz-transition: font-size 0.25s ease-out 0s;
  transition: font-size 0.25s ease-out 0s;
}
.icon3 {
  font-size: 18px;
  /*line-height: 10px;*/
  margin: 0px 4px 0px 0px;
  color:#333;
  -webkit-transition: font-size 0.25s ease-out 0s;
  -moz-transition: font-size 0.25s ease-out 0s;
  transition: font-size 0.25s ease-out 0s;
}
[v-cloak] {
  display: none;
}
td input,
td select {
  width:100%;
  border:0px !important;
}
td input:focus,
td select:focus {
  text-align: left;
  border:1px solid blue !important;
}
td input:hover,
td select:hover {
  border:1px dotted blue !important;
}
caption,
thead,
tfoot {
  text-shadow: 0px 0px 1px #bbb;
}
.padding0 {
  padding:0px !important;
}
.padding1 {
  padding:1px !important;
}
.padding10 {
  padding:1px 0px !important;
}
.vcenter {
  vertical-align:middle !important;
}
.shadow {
  text-shadow: 0px 0px 1px #bbb; 
}