.A4 {
  background: white;
  width: 21cm;
  height: 29.7cm;
  display: block;
  margin: 0 auto;
  padding: 10px 25px;
  margin-bottom: 0.5cm;
  box-shadow: 0 0 0.5cm rgba(0, 0, 0, 0.5);
  overflow-y: scroll;
  box-sizing: border-box;
  font-size: 8pt;
  font-family: "Times New Roman", Times, serif;
}

@media print {
  .page-break {
    display: block;
    page-break-before: always;
  }
  html, body {
      width: 210mm;
      height: 297mm;
  }
  /*size: A4 portrait;*/
}

@media print {
  body {
    margin: 0;
    padding: 0;
  }
  .A4 {
    box-shadow: none;
    margin: 0;
    width: auto;
    height: auto;
  }
  .noprint {
    display: none;
  }
  .enable-print {
    display: block;
  }
}

body, html{
    padding:0;
    margin:0;
    position:relative;
    height:100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.header{
    width:100%;
    /*background:#ccc;*/
    padding:10px;
    box-sizing:border-box;
}
.content{
    /*background:#eee;*/
    width:100%;
    padding:10px;
    height:100%;
    box-sizing:border-box;
    padding:10px;
}
.left{
    width:12%;
    float:left;
    /*background:#bbb;*/
    height:100%;
}
.right{
    width:74%;
    float:left;
    /*background:#aaa;*/
    height:100%;
    padding-left: 15px;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}

li {
    float: left;
}

li a, .dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 12px 14px;
    text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
    background-color: red;
}

li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}

.tg-table-light { border-collapse: collapse; border-spacing: 0; margin: 0px auto;}
.tg-table-light td, .tg-table-light th { background-color: #fff; border: 1px #bbb solid; color: #333; font-family: sans-serif; font-size: 80%; padding: 10px; vertical-align: top; }
.tg-table-light .tg-even td  { background-color: #eee; }
.tg-table-light th  { background-color: #ddd; color: #333; font-size: 90%; font-weight: bold; }
.tg-table-light tr:hover td, .tg-table-light tr.even:hover td  { color: #222; background-color: #FCFBE3; }
.tg-bf { font-weight: bold; }
.tg-it { font-style: italic; }
.tg-left { text-align: left; }
.tg-right { text-align: right; }
.tg-center { text-align: center; }
.my-table { border-collapse: collapse; border-spacing: 0; }
.my-table td { padding-left: 10px; padding-bottom: 5px; font-family: sans-serif; }
.my-table-td { padding-left: 10px; padding-right: 30px; color: #222; background-color: #FCFBE3;}
.my-table-subject { background-color: #ddd; color: #333; font-size: 110%; font-weight: bold; }
.my-table-input { color: #222; background-color: #FCFBE3; }
td.table-line {border-bottom: dotted 1px black;}
.cust-colsize {width: 250px;}
/*.report-desc-colsize {width: 350px;} */
.prio-colsize {width: 50px;}
.id-colsize {width: 70px;}
.reporttime-colsize {width: 120px;}
.status-colsize {width: 30px;}
.assign-colsize {width: 30px;}
.error-class {color: red; font-weight: bold;}
input, select, textarea { font-family: sans-serif; font-size: 10px; padding-left: 5px;}
option {font-size: 10px;}
.align-center { text-align: center; }
.report-desc {font-size: 9pt;}

.normal-table { border-collapse: collapse; border: 1px solid #ABB2B9; }
.normal-table th {border: 1px solid #ABB2B9; padding: 2px;}
.normal-table td {border: 1px solid #ABB2B9; padding: 5px;}

.centertable {
    width:300px;
    height:120px;
    position:fixed;
    margin-left:-150px; /* half of width */
    margin-top:-150px;  /* half of height */
    top:50%;
    left:50%;
}

a.button {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;

  text-decoration: none;
  color: initial;
}