/********************************************/
/*                                          */
/* @author Syriusz Sp. z o.o.               */
/* @copyright (c) 2020, Syriusz Sp. z o.o.  */
/*                                          */
/********************************************/

.sortButton,.hermes .downloadmethod {cursor: pointer;}
.sortButton.asc:before {content: "arrow_upward";}
.sortButton.desc:before {content: "arrow_downward";}
.document-download-pdf {content: url(../img/download-formats/pdf.png);}
.hermes.balanceinfo {float: left; width:20%;vertical-align: middle;}
.hermes.balanceinfo:after {clear: both;}
.hermes.balanceinfo .header {font-size: larger; font-weight: bold; text-align: center; margin-bottom: 1em;}
.hermes.balanceinfo .body li {display: inline-flex; justify-content: space-between; align-items: center; width: 100%;}
.hermes.balanceinfo .customer {width: 45%; display: inline-block; margin-bottom: 0.5em;padding-bottom: 0.5em;padding-top: 0.5em;}
.hermes.balanceinfo .customer.label {font-weight: bold;}
.hermes.balanceinfo .customer.value {}


.hermes.documents {text-align: center; vertical-align: middle;}
.hermes.documents .header {text-align: center; vertical-align: middle; font-weight: bold;}
.hermes.documents .header tr:first-child td:not(:last-child){font-size: larger;}
.hermes.documents .header tr:first-child td {padding-bottom: 25px;}
.hermes.documents .header td {width: 11%;}
.hermes.documents .header td:last-child {width: auto;}
.hermes.documents .body {font-weight: normal;}
.hermes.documents .body td {width: 11%;}
.hermes.documents .body td:last-child {width: auto;}
.hermes.documents .body td.document-download-info {font-size: smaller;}
