html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
}

mark {
	background-color: transparent;
	color: inherit;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input,
select,
textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

/* Basic */

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	background: #ffffff;
	background-image: url("images/bg02.png");
}

body.is-preload *,
body.is-preload *:before,
body.is-preload *:after {
	-moz-animation: none !important;
	-webkit-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
	-moz-transition: none !important;
	-webkit-transition: none !important;
	-ms-transition: none !important;
	transition: none !important;
}

body,
input,
textarea,
select {
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 300;
	color: #5d5d5d;
	font-size: 10pt;
	line-height: 1.15em;
}

strong,
b {
	color: #252122;
	font-weight: 400;
}

i,
em {
	font-style: italic;
}

sub {
	position: relative;
	top: 0.5em;
	font-size: 0.8em;
}

sup {
	position: relative;
	top: -0.5em;
	font-size: 0.8em;
}

blockquote {
	border-left: solid 0.75em #dddddd;
	padding: 1em 0 1em 1.5em;
	font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #252122;
	font-weight: 700;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
	text-decoration: none;
}

h2 {
	font-size: 1.35em;
}

h3 {
	font-size: 1.2em;
}

a {
	color: #4b9ff6;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

br.clear {
	clear: both;
}

hr {
	border: 0;
	border-top: solid 1px #dddddd;
	height: 1px;
	margin: 1em 0 1em 0;
}

p,
ul,
ol,
dl,
table {
	margin-bottom: 0.4em;
}

h3.priority-low,
h3.priority-med,
h3.priority-high,
h3.priority-crit {
	font-size: 1em;
	font-weight: 500;
}

a.button {
	display: none;
}

.text_center {
	text-align: center;
}

div.hidden_printable {
	display: block !important;
}

table.user_card {
	page-break-inside: avoid;
}

table.user_card {
	page-break-inside: auto;
}
table.user_card tr {
	page-break-inside: avoid;
	page-break-after: auto;
}

div.rent_receipt_title {
	background-color: var(--black-light);
	width: 96%;
	height: 32px;
	margin: 0 auto;
	border-radius: var(--round_medium) var(--round_medium) 0 0;
	border: var(--black-light) 1px solid;
}

div.rent_receipt_title h1 {
	text-align: center;
	color: var(--white);
	line-height: var(--standar_height);
}

div.rent_receipt p {
	font-size: 20px;
	line-height: var(--standar_height);
}

div.rent_receipt h3 {
	font-size: 22px;
	line-height: 28px;
}

div.rent_receipt {
	background-color: var(--white);
	width: 96%;
	min-height: 480px;
	margin: 0 auto;
	border-radius: 0 0 var(--round_medium) var(--round_medium);

	visibility: visible;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: var(--space_medium);
	margin-bottom: var(--space_large);
	grid-auto-rows: min-content;
	border: var(--black-light) 3px solid;
}

div.rent_receipt {
	box-shadow: none;
	border: var(--black-light) 1px solid;
	height: 28px;
	line-height: 28px;
}

table td {
	border: var(--black) 1px solid !important;
	text-align: left;
	padding: var(--space_small) var(--space_medium);
}

table th {
	border: var(--black) 1px solid !important;
	text-align: left;
	padding: var(--space_small) var(--space_medium);
	background-color: var(--light_gray);
}

span.date {
	min-width: 150px;
	height: 16px;
	line-height: 20px;
	padding: 2px 12px;
	background: var(--black);
	color: var(--white);
	border-radius: var(--round_small);
}
span.amount {
	min-width: 150px;
	height: 16px;
	line-height: 20px;
	padding: 2px 12px;
	background: var(--green);
	color: var(--white);
	border-radius: var(--round_small);
}

span.discount {
	min-width: 150px;
	height: 16px;
	line-height: 20px;
	padding: 2px 12px;
	background: var(--red);
	color: var(--white);
	border-radius: var(--round_small);
}

div.people_card img.avatar {
	width: 30px;
	height: 30px;

	margin: 6px var(--card_margin_long);
}

div.people_card div.info p:first-child {
	height: 20px;
	margin: 0;
	line-height: 16px;
	padding-top: var(--card_margin);
	font-size: 14px;
	font-weight: bold;
}

div.people_card div.info p:last-child {
	height: 20px;
	margin: 0;
	line-height: 14px;
	padding-bottom: var(--card_margin);
	font-size: 14px;
}

div.people_card div.actions {
	height: var(--card_height);
	margin: 0 var(--card_margin_long);
}

div.people_card div.actions i.action {
	font-size: var(--card_info);
	height: var(--card_height);
	padding: 0 var(--card_margin);
	vertical-align: middle;
	line-height: var(--card_height);
	color: var(--cyan);
}

div.people_card div.actions i.action_red {
	font-size: 20px;
	height: var(--card_height);
	padding: 0 var(--card_margin);
	vertical-align: middle;
	line-height: var(--card_height);
	color: var(--red);
}

div.people_card div.actions i.action_green {
	font-size: 20px;
	height: var(--card_height);
	padding: 0 var(--card_margin);
	vertical-align: middle;
	line-height: var(--card_height);
	color: var(--green);
}

div.people_card div.actions i.action_purple {
	font-size: 20px;
	height: var(--card_height);
	padding: 0 var(--card_margin);
	vertical-align: middle;
	line-height: var(--card_height);
	color: var(--purple);
}

div.report_card {
	display: flex;
	background-color: #f4f4f4;
	min-height: 48px !important;
	height: auto;
	padding: var(--card_margin_long);
	margin-bottom: var(--card_margin_long);
	border-radius: var(--round_large);
}

div.report_card img.avatar {
	height: 48px;
	margin: 12px var(--card_margin_long);
}

div.report_card div.info {
	flex-grow: 4;
}

div.report_card div.info p span.technic,
div.people_card div.info p span.technic {
	width: 150px;
	height: 16px;
	line-height: 20px;
	padding: 2px 12px;
	background: var(--cyan);
	color: var(--white);
	border-radius: var(--round_small);
}

div.report_card div.info p span.client {
	width: 150px;
	height: 16px;
	line-height: 20px;
	padding: 2px 12px;
	background: var(--purple);
	color: var(--white);
	border-radius: var(--round_small);
}

div.report_card div.info p span.critical,
div.people_card div.info p span.critical {
	width: 150px;
	height: 16px;
	line-height: 20px;
	padding: 2px 12px;
	background: var(--red);
	color: var(--white);
	border-radius: var(--round_small);
}

div.report_card div.info p span.high,
div.people_card div.info p span.high {
	min-width: 150px;
	height: 16px;
	line-height: 20px;
	padding: 2px 12px;
	background: var(--orange);
	color: var(--white);
	border-radius: var(--round_small);
}

div.report_card div.info p span.medium,
div.people_card div.info p span.medium {
	min-width: 150px;
	height: 16px;
	line-height: 20px;
	padding: 2px 12px;
	background: var(--yellow);
	color: var(--white);
	border-radius: var(--round_small);
}

div.report_card div.info p span.low,
div.people_card div.info p span.low {
	min-width: 150px;
	height: 16px;
	line-height: 20px;
	padding: 2px 12px;
	background: var(--green);
	color: var(--white);
	border-radius: var(--round_small);
}

div.report_card div.info p span.data {
	min-width: 150px;
	height: 16px;
	line-height: 20px;
	padding: 2px 12px;
	background: var(--black);
	color: var(--white);
	border-radius: var(--round_small);
}

div.report_card div.info p {
	height: 22px;
	margin: 0;
	line-height: 22px;
	padding-top: var(--card_margin);
	font-size: 14px;
}

div.report_card div.info p:first-child {
	height: var(--card_info);
	margin: 0;
	line-height: 24px;
	padding-top: var(--card_margin);
	font-size: 14px;
	font-weight: bold;
}

div.report_card div.info p:last-child {
	min-height: 24px;
	height: auto;
	margin: 0;
	line-height: 16px;
	font-size: 14px;
}

div.report_card div.actions {
	height: var(--card_height);
	margin: 0 var(--card_margin_long);
}

div.report_card div.actions i.action {
	font-size: var(--card_info);
	height: var(--card_height);
	padding: 0 var(--card_margin);
	vertical-align: middle;
	line-height: var(--card_height);
	color: var(--cyan);
}

div.report_card div.actions i.action_red {
	font-size: 20px;
	height: var(--card_height);
	padding: 0 var(--card_margin);
	vertical-align: middle;
	line-height: var(--card_height);
	color: var(--red);
}

div.report_card div.actions i.action_green {
	font-size: 20px;
	height: var(--card_height);
	padding: 0 var(--card_margin);
	vertical-align: middle;
	line-height: var(--card_height);
	color: var(--green);
}

div[class*="secondary_menu"] {
	display: grid;
	gap: 12px;
	grid-auto-rows: min-content;
}

div#printableArea table.company_info td {
	border: none !important;
}

.full {
	grid-column: 1/7;
}
.grid_12 {
	grid-column: 1/2;
}
.grid_23 {
	grid-column: 2/3;
}
.grid_34 {
	grid-column: 3/4;
}
.grid_45 {
	grid-column: 4/5;
}
.grid_56 {
	grid-column: 5/6;
}
.grid_67 {
	grid-column: 6/7;
}
.grid_13 {
	grid-column: 1/3;
}
.grid_24 {
	grid-column: 2/4;
}
.grid_35 {
	grid-column: 3/5;
}
.grid_46 {
	grid-column: 4/6;
}
.grid_57 {
	grid-column: 5/7;
}
.grid_14 {
	grid-column: 1/4;
}
.grid_25 {
	grid-column: 2/5;
}
.grid_36 {
	grid-column: 3/6;
}
.grid_47 {
	grid-column: 4/7;
}
.grid_15 {
	grid-column: 1/5;
}
.grid_26 {
	grid-column: 2/6;
}
.grid_37 {
	grid-column: 3/7;
}
.grid_16 {
	grid-column: 1/6;
}
.grid_27 {
	grid-column: 2/7;
}

div.secondary_menu_1 {
	grid-template-columns: repeat(1, 1fr);
}
div.secondary_menu_2 {
	grid-template-columns: repeat(2, 1fr);
}
div.secondary_menu_3 {
	grid-template-columns: repeat(3, 1fr);
}
div.secondary_menu_4 {
	grid-template-columns: repeat(4, 1fr);
}
div.secondary_menu_5 {
	grid-template-columns: repeat(5, 1fr);
}
div.secondary_menu_6 {
	grid-template-columns: repeat(6, 1fr);
}
div.secondary_menu_7 {
	grid-template-columns: repeat(7, 1fr);
}
div.secondary_menu_8 {
	grid-template-columns: repeat(8, 1fr);
}
div.secondary_menu_16 {
	grid-template-columns: repeat(16, 1fr);
}

div.people_card {
	display: flex;
	background: none !important;
	background-color: none !important;
}

span.high,
span.critical,
span.low {
	color: white !important;
}

div.report_item {
	margin: 8px;
	padding: 8px;
	page-break-inside: avoid !important;
}

div.report_border {
	border: #252122 2px solid;
}

.sidebar {
	visibility: hidden;
}

.content {
	position: fixed;
	width: 100%;
	margin: 0;
	height: 97%;
	top: 0;
	overflow-y: hidden;

	visibility: visible;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	gap: var(--space_medium);
	margin-bottom: var(--space_large);
	grid-auto-rows: min-content;
}

.content div.box {
	background: var(--white);
	border-radius: var(--round_small);
	padding: var(--space_small);
	box-shadow: none;
	vertical-align: middle;
}
