iframe {visibility: hidden; position: absolute; left: 0; top: 0; height:0; width:0; border: none;}
.icon {height:15; width:15;}
.status-green {background-color: #90EE90}
.status-red {background-color: #FF6347}

#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #4da6ff;
    color: #444;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top:hover {
    background: #cce6ff;
}
#back-to-top.show {
    opacity: 1;
}

/*letrim*/
.p-0 {
    padding: 0px !important;
}

.disabled-div{
    opacity: 0.3;
    pointer-events: none;
}

.required{
    color: #de3838;
    font-size: 12px;
    font-weight: bold;
    margin-top: 5px;
}

.vcenter{
    display: flex;
    align-items: center;
}

.loader{ 
	background-color: white !important;
	top:initial !important;
}

img.bigloader{
    display:block;
    vertical-align:middle;
}

.cursor-pointer{
    cursor: pointer;
}

.bootstrap-tagsinput{
    width: 100%;
}

.info-icon{
    margin-left: 10px;
}

.page-container {
  width: 21cm;
  min-height: 29.7cm;
  padding: 2cm;
  margin: 1cm auto;
  border: 1px #d3d3d3 solid;
  border-radius: 5px;
  background: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

table.report-container {
  page-break-after: always;
}
thead.report-header {
  display: none;
}
tfoot.report-footer {
  display: none;
}

@page {
  size: A4;
  size: 21cm 29.7cm;
  margin: 15mm 25mm 15mm 25mm;
}
@media print {
  .page {
    margin: 0;
    border: initial;
    border-radius: initial;
    width: initial;
    min-height: initial;
    box-shadow: initial;
    background: initial;
    page-break-after: always;
  }

  .header-info{
      text-align: center;
      font-weight: bold;
      margin-bottom: 10px;
  }

  .footer-info img{
      margin-top: 5px;
      max-height: 150px;
  }

  table.report-container {
    page-break-after: always;
  }
  thead.report-header {
    display: table-header-group;
  }
  tfoot.report-footer {
    display: table-footer-group;
  }
}
/*end of letrim*/