body {
    margin: 0px;
    padding: 0px;
    height: 100vh;
}

header .logo img {
    max-height: 50px;
}

.gui-box {
    margin-left: 30px;
}

.gui-box.full {
	margin-left: 0px;
}

.gui-title {
    padding: 2px 15px;
    font-size: 18px;
    line-height: 20px;
    min-height: 38px
}

/* Notifier */
.gui-notifier {
	display: inline;
	position: relative;
	margin-left: 16px;
	margin-right: 16px;
}

.gui-notifier a {
	position: relative;
	font-size: 18px;
	text-decoration: none;
	border: none;
	color: #383838;
}

.gui-notifier a:hover {
	color: #1180B4;
}

.gui-notifier-notification-count {
	position: absolute;
	bottom: 0px;
	left: 12px;
	font-size: 9px;
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	color: #FFFFFF;
	padding: 1px 4px 1px 4px;
	border-radius: 5px;
}

/* Documento */
.documento {
    margin: auto;
    width: 80%;
    text-align: justify;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    line-height: 26.4px;
}

.footer_documento {
    margin: auto;
    text-align: center;
    font-size: 7px;
    line-height: 15px;
}

/* Sticky Table */
.sticky thead tr:first-child th {
    position: -webkit-sticky; /* for Safari */
    position: sticky;
    top: 0;
}

.sticky thead tr:nth-child(2) th {
    position: -webkit-sticky; /* for Safari */
    position: sticky;
    top: 15px;
}

.sticky.sticky-left tbody td:first-child {
    position: -webkit-sticky; /* for Safari */
    position: sticky;
    left: 0;
}

.sticky.sticky-left thead th:first-child {
    left: 0;
    z-index: 1;
}

.sticky tfoot tr:first-child td {
    position: -webkit-sticky; /* for Safari */
    position: sticky;
    bottom: 0;
}

.sticky.sticky-left tfoot td:first-child {
    left: 0;
    z-index: 1;
}

.fs-small {
    font-size: small;
}

.fs-xsmall {
    font-size: x-small;
}

.fs-xxsmall {
    font-size: xx-small;
}

@media only screen and (max-width: 768px) {
	header .logo img {
		max-height: 30px;
	}
}
