@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');

body {
  /* font-family: 'Poppins', sans-serif;
  font-size: 14px; */
  font-size: 0.8em;
}

#phidias_left,
#phidias_toolbar_container,
#phidias_toolbar_mobile_container {
  display: none;
}

a,
a:visited {
  color: black;
  text-decoration: none;
}

a.delete {
  display: none;
}

ul.related {
  display: none;
}

.dash .header i {
  display: none;
}


/**************  from (old) printer.css   ****************/

h1,
h2,
h3
{
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h1
{
	font-size: 1.6em;
}

h2
{
	font-size: 1.2em;
}

/* Segments and entities */
.entity .field {
  border-bottom: 1px dotted #ccc;
  margin-bottom: 3px;
}

.entity .label {
  display: block;
  float: left;
  width: 180px;
  font-weight: bold;
}

.entity div.value {
  padding-left: 180px;
}

.segment {
  margin-bottom: 35px;
  background: none;
  padding: 0;
}

.segment .title {
  margin-bottom: 10px;
  font-size: 1.3em;
}

.segment .options {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 20px;
  padding: 3px;
  font-size: 0.8em;
}

.entity .picture {
  float: left;
  padding-right: 20px;
  border: 0;
}

.entity .data {
  margin-left: 150px;
}

.navigation_student {
  background: none;
  float: none;
  display: block;
  text-align: left;
  font-size: 1.4em;
}

.options {
  display: none;
}

table td {
  padding: 3px;
}

table thead td {
  font-size: 1.2em;
  border-bottom: 1px solid black;
}

table tbody td {
  border-bottom: 1px solid #ccc;
}

table tfoot td {
  font-weight: bold;
}

table tr.separator td {
  border: 0;
  padding-bottom: 15px;
}

tbody tr.notice td {
  padding: 2px 0 13px 0;
  border: 0;
}

table.bordered {
  border-bottom: 1px solid #666;
  border-right: 1px solid #666;
}

table.bordered td {
  border: 0;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}


/* FORMS */
form fieldset {
  clear: both;
  border: none;
}

form div.field {
  margin-bottom: 25px;
}

form legend {
  font-size: 1.2em;
}

form label {
  font-weight: bold;
  display: block;
}

form input[type=text],
form textarea,
form select {
  border: none;
}

form input[type=text],
form textarea {
  width: 100%;
}

form input[type=button],
form input[type=submit],
form input[type=reset] {
  display: none;
}

#watermark {
  position: fixed;
  top: 0;
  right: 0;
}

/* invoices */
.invoice {
  height: 45%;
}

.invoice.even {
  margin-top: 30px;
  page-break-after: always;
}

ul#breadcrumbs {
  display: none;
}

.failed {
  color: #000;
}

.screen_only {
  display: none;
}

.printer_only {
  display: block;
}

#launcher {
  display: none !important;
}


/*
Mantener estilos "viejos" en reportes academicos
https://app.clickup.com/t/865d3ty41
*/

#report {
	/* font-family: Tahoma, sans-serif; */
  font-family: Verdana, sans-serif;
}