.hide {
	display: none !important;
}

input[type='submit'] {
	margin: 20px 0px 10px 0px;
}

[data-target='#password'] {
	cursor: pointer;
}

@media print {
  * {
    font-size: 16pt;
  }
  .tabulator-print-hide,
  .btn,
  .pagination,
  .actions {
    display: none !important;
  }
  .tabulator {
  	border: none !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }
  .tabulator-header {
  	border: none !important;
  }
  .tabulator-cell input {
    border: none !important;
    border-bottom: 1px solid #000 !important;
    box-shadow: none !important;
    background: transparent !important;
  }
  .form-control {
    border: none !important;
    border-bottom: 1px solid #000 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  .form-control textarea, .tabulator-cell textarea {
    height: auto !important;
    min-height: 100px !important;
    overflow: visible !important;
    white-space: pre-wrap !important;
  }
  .no-print,
  button,
  .btn {
    display: none !important;
  }
}
