@media print {
       @page
   {
        size: 148mm 210mm;
        size: landscape;
  }
    
    body {
        visibility: hidden;
        size: 148mm 210mm;
        size: landscape;
    }
    
    #to-print, #to-print * {
        visibility: visible;
    }
    

    #to-print {
        size: 148mm 210mm;
        size: landscape;
    }
    
    .no-print {
        visibility: hidden;
        display: none;
    }
}

BODY {font-size: .8rem;background-color:#fff }
div.dataTables_wrapper div.dataTables_length select {width:100%;}

.c-avatar {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50em;
    width: 36px;
    height: 36px;
    font-size: 14.4px;
}

.c-avatar-img {
    width: 100%;
    height: auto;
    border-radius: 50em;
}

.xl-only, .td-xl-only {
    display: none;
}

.com {
    color: #FFF;
    text-shadow: #000 0px 1px 1px;
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 32px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

.dropzone .dz-preview {
    display:block;
}
.dropzone .dz-preview .dz-image {width:100%;height:100%;}
.dropzone .dz-preview .dz-image img {width:100%}

@media (min-width: 1200px) { 
    .xl-only {
        display: inline-block;
    }
    .td-xl-only {
        display: table-cell;
    }
}

@media (min-width: 720px) { 
    .md-hide {
        display:none;
    }
}