/* main.css */

* {
}

.navbar-toggler-icon { display: none;}
.dataTables_filter { display: none;}
.not-printed {display:none;}
#peregrini-table_info {display: none;}
table {
  border-collapse: collapse;
  width: 100%;
  text-align: center;
  max-width: 2470px !important;
}
table td {
    padding: 3px;
    width: auto;
    overflow: hidden;
    word-wrap: break-word;
}
table, th, td {
    border: 1px solid gray;
    font-size: 12px !important;
    color: black;
}

table .even {
    -webkit-print-color-adjust:exact !important;
    print-color-adjust:exact !important;
    background-color: #bed9db !important;
}

table a {
    color: brown;
    text-decoration: none;
}

body {
    font-family: ui-monospace;
}

#head {
    display: none;
}

.show-on-print {
    display: inline-block !important;
    float:right !important;
}

.itinerario-printed .card-title {
    font-size: 20px;
    padding: 0;
    margin: 0;
}

.itinerario-printed .card {
    padding: 0;
    margin: 0;
}