/*
 * Copyright 2011-2021 Abierto Networks, LLC.
 * All rights reserved.
 */

@font-face {
    font-family: 'BebasNeue-Regular';
    src: url('../fonts/BebasNeue-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Proxima-Nova-Condensed-Regular';
    src: url('../fonts/Proxima-Nova-Condensed-Regular.otf') format('truetype');
}

@font-face {
    font-family: 'Proxima-Nova-Condensed-Extrabold';
    src: url('../fonts/Proxima-Nova-Condensed-Extrabold.otf') format('truetype');
}

@media print {

* {
    margin: 0;
    padding: 0;
    line-height: normal;
    font-size: 11pt;
    font-family: 'Proxima-Nova-Condensed-Regular';
}

table {
    margin-bottom: 20px;
    width: 100%;
}

th {
    letter-spacing: 1px;
    text-align: left;
}

td span {
    font-weight: bold;
}

h3,
h4,
h5 {
    letter-spacing: 1px;
    margin: 10px 20px 10px 0;
}

h3,
h4 {
    display: inline-block;
}

#container,
.footer,
.ui-dialog .ui-dialog-titlebar,
.ui-datepicker {
    display: none;
}

}
