/* Custom styles
-------------------------------------------------- */

html {
    position: relative;
    min-height: 100%;
}

body {
    background-color: var(--background);
    font-family: var(--font-family), serif;
    line-height: 1.4;
    font-size: 0.875rem;
}

span {
    font-size: 1.05rem;
	line-height: 1.60;
}

p {
    font-size: 1.1rem;
}

a {
    font-size: 1.05rem;
}

h6 {
    font-size: 1.125rem;
}

h5 {
    font-size: 1.2rem;
}

h4 {
    font-size: 1.3rem;
}

h3 {
    font-size: 1.4rem;
}

h2 {
    font-size: 1.5rem;
}

h1 {
    font-size: 1.6rem;
}

body.cookie-margin {
    margin-bottom: 350px;
}
.footer.cookie-margin {
    height: 350px;
}
.font-weight-bold {
    font-weight: var(--font-weight-bold) !important;
}
.btn {
    border-radius: 25px;
}

/************ Pagination ****************/
.cat-pagination a {
    border: none;
    border-radius: 0;
}
.cat-pagination .page-item:last-child .page-link {
    border-radius: 0px;
}
.cat-pagination .page-item.active .page-link {
    background-color: transparent;
    color: inherit;
    font-weight: bold;
}
.cat-pagination .page-link {
    font-size: 0.75rem; /* 0.75rem; */
}

/* Footer alignment (desktop HR pages) */
.footer .nav-link {
    color: #353c41;
    font-size: 1rem;
    padding: 0.5rem 1rem;
}
.footer .nav-link:hover {
    color: #0072ff;
    text-decoration: none;
}
.footer .small {
    font-size: 0.875rem;
}
.cat-pagination span.page-link {
    border: none;
}
.cat-pagination .page-link:hover {
    color: #353c41;
    background-color: transparent;
    font-weight: bold;
}
.cat-pagination span.page-link:hover {
    font-weight:normal;
}
.cat-bg-gray {
    background-color: var(--background);
}
.pagination {
    flex-wrap:wrap;
}

/**************** Icons ***************/
.cat-svg {
    display: inline-block;
    background-repeat: no-repeat;
    width: 1.2rem;
    height: 1.2rem;
    background-position: center;
    vertical-align: middle;
    background-size: 80%;
}
.cat-svg.cat-svg-arrow-top-r {
    width: 0.5rem;
    height: 0.5rem;
    background-image: url('../images/svg/arrow-top-r.svg');
}
.cat-svg.cat-svg-map-marker {
    width: 1.125rem;
    height: 1.125rem;
    background-image: url('../images/svg/map-marker.svg');
    margin-top: -3px;
    cursor: pointer;
}
.cat-svg.cat-svg-tel {
    background-image: url('../images/svg/tel.svg');
}
.cat-svg.cat-svg-mobile {
    background-image: url('../images/svg/mobile.svg');
    background-size: 50%;
}
.cat-svg.cat-svg-envelope {
    background-image: url('../images/svg/envelope.svg');
}
.cat-svg.cat-svg-planet {
    background-image: url('../images/svg/planet.svg');
    background-size: 100%;
}
.cat-svg.cat-angle-down-slim {
    background-image: url("../images/svg/angle-down-slim.svg");
    width: 1rem;
    height: 1rem;
    margin-top: -0.2rem;
}
.cat-svg.cat-angle-up-slim {
    background-image: url("../images/svg/angle-up-slim.svg");
    width: 1rem;
    height: 1rem;
    margin-top: -0.2rem;
}
.cat-svg.cat-svg-history {
    background-image: url("../images/svg/clock-history.svg");
    margin-right: 4px;
    width: 1.2rem;
    height: 1.2rem;
}
span:hover  .cat-svg.cat-angle-down-slim{
    background-image: url("../images/svg/angle-down-slim-blue.svg");
}
span:hover .cat-svg.cat-angle-up-slim {
    background-image: url("../images/svg/angle-up-slim-blue.svg");
}
.cat-history-popover .cat-svg.cat-svg-history{
    margin-top: -2px;
    margin-left: 4px;
}
.cat-svg.cat-svg-fb {
    background-image: url("../images/svg/facebook.svg");
    width: 1.2rem;
    height: 1.2rem;
    margin-top: -0.2rem;
}
.cat-svg.cat-svg-google {
    background-image: url("../images/svg/google.svg");
    width: 1.2rem;
    height: 1.2rem;
    margin-top: -0.2rem;
}
.cat-svg.cat-svg-funnel {
    background-image: url("../images/svg/funnel.svg");
    width: 1.2rem;
    height: 1.2rem;
    margin-top: -0.2rem;
}
.cat-svg.cat-svg-filter {
    background-image: url("../images/svg/filter.svg");
    width: 1.2rem;
    height: 1.2rem;
    margin-top: -0.2rem;
}
[data-order-by="desc"] .cat-svg.cat-svg-filter {
    background-image: url("../images/svg/filter_blue.svg");
}
[data-order-by="asc"] .cat-svg.cat-svg-filter {
    background-image: url("../images/svg/filter_blue_asc.svg");
}
.nav-link:hover .cat-svg.cat-angle-down-slim,
.toggle-documents-section:hover .cat-svg.cat-angle-down-slim ,
.toggle-section:hover .cat-svg.cat-angle-down-slim{
    background-image: url("../images/svg/angle-down-slim-blue.svg");
}
.cat-svg.cat-angle-right {
    background-image: url('../images/svg/angle-right.svg');
    background-size: 0.656rem;
    margin-top: -2px;
}
.cat-svg.cat-angle-left {
    background-image: url('../images/svg/angle-left.svg');
    background-size: 0.656rem;
    margin-top: -2px;
}
.page-link:hover .cat-svg.cat-angle-right {
    background-image: url('../images/svg/angle-right-blue.svg');
}
.page-link:hover .cat-svg.cat-angle-left {
    background-image: url('../images/svg/angle-left-blue.svg');
}
.disabled .page-link .cat-svg.cat-angle-right {
    background-image: url('../images/svg/angle-right-gray.svg');
}
.disabled .page-link .cat-svg.cat-angle-left {
    background-image: url('../images/svg/angle-left-gray.svg');
}
.cat-click-me {
    width: 2rem;
    height: 2rem;
    background-size: 1rem 1rem;
    background-image: url('../images/svg/angle-down-round.svg');
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0;
    margin-top: 0.1rem;
}
.cat-click-me-opened {
    background-image: url('../images/svg/angle-up-round.svg');
}
.cat-svg.cat-angle-down {
    background-image: url('../images/svg/angle_down.svg');
    background-size: 0.75rem;
    background-position: center;
    width: 1.5rem;
    height: 1.5rem;
}
.cat-svg.cat-angle-up {
    background-image: url('../images/svg/angle_up.svg');
    background-position: center;
    background-size: 0.75rem;
    width: 1.5rem;
    height: 1.5rem;
}
.cat-print-icon {
    background-image: url('../images/print-gray-light.png');
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-position: center ;
    width: 25px;
    height: 25px;
    display: inline-block;
}
.cat-print-icon:hover {
    background-image: url('../images/print-gray.png');
}
.cat-pdf-icon {
    background-image: url('../images/pdf.png');
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-position: center ;
    width: 25px;
    height: 25px;
    display: inline-block;
}
.cat-pdf-icon:hover {
    background-image: url('../images/pdf-dark.png');
}
.cat-xml-icon {
    background-image: url('../images/xml.svg');
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-position: center ;
    width: 25px;
    height: 25px;
    display: inline-block;
}
.cat-xml-icon:hover {
    background-image: url('../images/xml-dark.svg');
}
.modal-body {
    font-size: 0.865rem;
}
/************ End Icons ****************/

/************ Mobile ****************/

@media (max-width: 576px){
    h5 {
    padding-top: 0.1rem;
	line-height: 1.2;
}
    span {
		font-size: 1.188rem;
	}
	a {
		font-size: 1.063rem;
        line-height: 1.3;
	}
}
