/* Welcome to Compass. Use this file to define print styles.
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/print.css" media="print" rel="stylesheet" type="text/css" /> */
* {
  background: white;
  background-image: none;
  background-color: white;
  color: black;
  text-shadow: none;
  border-width: 0px;
  box-shadow: none !important;
  white-space: normal;
  overflow: visible !important;
  text-overflow: clip !important;
  font-size: 12px; }

span.caret {
  display: none; }

select {
  border: none; }

.no_print {
  display: none; }

.btn {
  border: none; }

.Sidebar {
  display: none; }

.ReportSettings {
  display: none; }

.Content .Main {
  margin-left: 0; }
.Content .Sidebar {
  display: none; }

#Content #Main {
  margin-left: 0; }
#Content #Sidebar {
  display: none; }

.nav-collapse {
  display: none; }

a[href]:after {
  content: ''; }

.span3 {
  margin-top: 5px;
  width: 270px; }

[class*="span"] {
  float: left !important; }

input[type=date] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: text !important; }

.Add_Item {
  display: none; }

a[href='#Save'] {
  display: none; }

a[href='#Delete'] {
  display: none; }

.ui-shadow, .ui-shadow-inset {
  box-shadow: none; }

.brand {
  font-size: 64px; }

#Event .Shipment {
  box-shadow: none;
  border: none; }

textarea, input, select {
  font-size: 12px !important;
  background-color: white !important;
  resize: none;
  border: none; }

textarea {
  width: 90%; }

@media print {
  .dataTables_filter {
    display: none; }

  .dt-buttons {
    display: none; }

  .dataTables_wrapper .bottom {
    display: none; } }
table {
  border: none;
  border-collapse: collapse; }
  table tr {
    border: 1px solid rgba(0, 0, 0, 0.2); }
    table tr td, table tr th {
      border: none !important;
      box-shadow: none; }
