@charset "utf-8";
/* CSS Document */
body, html {
    font-size: 10px;
    background: #E7E7E7;
    height: 100%;
}

@media (max-width: 575.98px) {
    body, html {
        font-size: 8px;
    }

    body .footer-links, html .footer-links {
        font-size: 12px;
        line-height: 18px;
    }

    body .footer-title, html .footer-title {
        font-size: 14px;
        line-height: 20px;
    }
}

a:link, a:visited, a:hover, a:active {
    text-decoration: none;
}

.color-blue {
    color: #0095DA;
}

.color-default {
    color: #333333;
}

.color-white {
    color: #FFFFFF;
}

.color-black {
    color: #000000;
}

.text10 {
    font-size: 1rem;
    line-height: 1.4rem;
}

.text12 {
    font-size: 1.2rem;
    line-height: 1.8rem;
}

.text14 {
    font-size: 1.4rem;
    line-height: 2.2rem;
}

.text16 {
    font-size: 1.6rem;
    line-height: 2.6rem;
}

.text18 {
    font-size: 1.8rem;
    line-height: 2.8rem;
}

.text20 {
    font-size: 2rem;
    line-height: 3rem;
}

.background-white {
    background: #FFFFFF;
}

.background-lightgrey {
    background: #F0F0F0;
}

.background-grey {
    background: #E7E7E7;
}

.title-massive {
    font-size: 6.2rem;
    line-height: 6.2rem;
}

.title-big {
    font-size: 4.2rem;
    line-height: 4.2rem;
}

.title-large {
    font-size: 3.2rem;
    line-height: 3.2rem;
}

.title-regular {
    font-size: 2.8rem;
    line-height: 2.8rem;
}

.title-small {
    font-size: 2.4rem;
    line-height: 2.4rem;
}

.title-tiny {
    font-size: 2rem;
    line-height: 2.4rem;
}

.title-spacing {
    margin: 0 0 2rem 0;
}

.title-divider {
    width: 10rem;
    height: 1px;
    margin: 2rem 0 2rem 0;
    background: #666666;
}

.title-underline {
    width: 10rem;
    height: 3px;
    margin: 2.5rem 0 2.5rem 0;
    background: #0095DA;
}

.section-spacing {
    padding: 6rem 0;
}

.footer-spacing {
    padding: 4rem 0;
}

.path-spacing {
    padding: 3rem 0 0 0;
}

.path-link {
    font-family: "Gabarito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 1.2rem;
    color: #333333;
    padding: .2rem 1rem;
    box-sizing: border-box;
    border-radius: 3px;
    background: #E7E7E7;
    border: 1px solid rgba(255, 255, 255, 0);
    transition: background 0.3s ease, color 0.3s ease;
}

.path-link:hover {
    cursor: pointer;
    background: #0095DA;
    color: #FFFFFF;
}

.path-link-inactive {
    font-family: "Gabarito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 1.2rem;
    color: #333333;
    padding: .2rem 1rem;
    box-sizing: border-box;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
}

.path-link-current {
    font-family: "Gabarito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 1.2rem;
    color: #FFFFFF;
    padding: .2rem 1rem;
    border-radius: 3px;
    background: #0095DA;
    border: 1px solid rgba(255, 255, 255, 0);
}

/* Fonts */
.inter-Regular {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.inter-Bold {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.gabarito-Regular {
    font-family: "Gabarito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.gabarito-SemiBold {
    font-family: "Gabarito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.gabarito-Bold {
    font-family: "Gabarito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.gabarito-ExtraBold {
    font-family: "Gabarito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
}

/* Buttons & Links*/
.BTN-Blue-Rounded {
    background: #0095DA;
    color: #FFFFFF;
    font-size: 1.4rem;
    border-radius: 3rem;
    display: inline-block;
    padding: .6rem 1.6rem;
    border: 1px solid #0095DA;
    transition: background 0.3s ease, color 0.3s ease;
}

.BTN-Blue-Rounded:hover {
    cursor: pointer;
    color: #0095DA;
    background: #FFFFFF;
}

.BTN-Grey-Rounded {
    background: #FFFFFF;
    color: #333333;
    font-size: 1.4rem;
    border-radius: 3rem;
    display: inline-block;
    padding: .6rem 1.6rem;
    border: 1px solid #333333;
    transition: background 0.3s ease, color 0.3s ease;
}

.BTN-Grey-Rounded:hover {
    cursor: pointer;
    color: #FFFFFF;
    background: #333333;
}

.L-Menu {
    color: #333333;
    font-size: 1.4rem;
    box-sizing: border-box;
    border-bottom: 3px solid rgba(255, 255, 255, 0);
    padding: 2.2rem 0 0 0;
    transition: border-bottom 1s ease, color 0.3s ease;
}

.L-Menu:after {
    display: block;
    content: '';
    padding: 0 0 1.6rem 0;
    border-bottom: 3px solid #0095DA;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
}

.L-Menu:hover:after {
    transform: scaleX(1);
}

.L-Menu.fromLeft:after {
    transform-origin: 0% 50%;
}

.L-Menu:hover {
    cursor: pointer;
    color: #0095DA;
}

.L-Menu-Static {
    color: #0095DA;
}

/* Header */
.mplin-logo-menu {
    position: absolute;
    width: 240px;
    top: 20px;
}

.header-top {
    height: 12rem;
}

.header-topSM {
    height: 80px;
    position: relative;
    font-size: 1.4rem;
    font-weight: 700;
}

.header-menu {
    height: 6rem;
    background: #F0F0F0;
}

.header-image {
    height: auto;
    background: url(../images/hero_image01.jpg) no-repeat left center fixed;
    background-size: cover;
    border-bottom: 5px solid #0095DA;
}

.header-image-links {
    height: 0px; /* was 40vh */
    /*background:url(../images/hero_image_links01.jpg) no-repeat center bottom fixed;*/
    background-size: cover;
    border-bottom: 5px solid #0095DA;
}

.header-tagline {
    padding: 25rem 0 15rem 0;
    font-size: 6.4rem;
    line-height: 6.4rem;
    color: #FFFFFF;
    text-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15);
}

@media (min-width: 576px) {
    .header-tagline {
        padding: 20rem 0 10rem 0;
        font-size: 6.4rem;
        line-height: 6.4rem;
    }
}

@media (min-width: 768px) {
    .header-tagline {
        padding: 20rem 0 10rem 0;
        font-size: 7.2rem;
        line-height: 7.2rem;
    }
}

@media (min-width: 992px) {
    .header-tagline {
        padding: 25rem 0 15rem 0;
    }
}

@media (min-width: 1200px) {
    .header-tagline {
        padding: 30rem 0 20rem 0;
    }
}

@media (min-width: 1400px) {
    .header-tagline {
        padding: 35rem 0 25rem 0;
    }
}

/* Drop Down */
.headerLinkDropDown {
    display: none;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 2rem;
    text-transform: uppercase;
    position: absolute;
    top: 18rem;
    background: #FFFFFF;
    border-left: 3px solid #0095DA;
    padding: 1rem 0;
    z-index: 1;
    min-width: 26rem;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15)
}

.headerLinkDropDown a {
    color: #333333;
    padding: .3rem 2rem .3rem 1.8rem;
    text-decoration: none;
    display: block;
}

.headerLinkDropDown a:hover {
    color: #0095DA;
    text-decoration: none;
    display: block;
}

.headerLinkDropDown span {
    color: #0095DA;
    padding: .3rem 2rem .3rem 1.8rem;
    text-decoration: none;
    display: block;
    cursor: default;
}

.headerLink:hover .headerLinkDropDown {
    display: block;
}

.headerLinkDivider {
    padding: .5rem 0 0 0;
    border-bottom: 1px solid rgba(0, 0, 0, .14);
    margin: 0 0 .5rem 0;
}

/* Drop Down */

/* Scroll to top */
#toTopBTN {
    display: none;
    position: fixed;
    bottom: 17px;
    right: 17px;
    z-index: 99;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 1.8rem;
    background: none;
}

/* Obavijesti */
.obavijesti-container {
    background: #FFFFFF;
    padding: 2rem 3rem 2.6rem 3rem;
    border-radius: 5px;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0);
    transition: border 1s ease;
}

.obavijesti-container .obavijest-title {
    text-decoration-line: underline;
    text-underline-offset: .4rem;
    text-decoration-color: #AAAAAA;
    transition: color .3s ease, text-decoration-color 1s ease;
}

.obavijesti-container:hover {
    cursor: pointer;
    border: 1px solid #0095DA;
}

.obavijesti-container:hover .obavijest-title {
    color: #0095DA;
    text-decoration-color: #0095DA;
}

.obavijest-date {
    font-size: 1.6rem;
    line-height: 2.2rem;
    margin: 0 0 .6rem;
}

.obavijest-title {
    font-size: 2rem;
    line-height: 2.8rem;
}

/* Obavijesti on White*/
.obavijesti-container-white {
    padding: 2rem 3rem 2.6rem 3rem;
    border-radius: 5px;
    box-sizing: border-box;
    border: 1px solid #E0E0E0;
    transition: border 1s ease;
}

.obavijesti-container-white .obavijest-title {
    text-decoration-line: underline;
    text-underline-offset: .4rem;
    text-decoration-color: #AAAAAA;
    transition: color .3s ease, text-decoration-color 1s ease;
}

.obavijesti-container-white:hover {
    cursor: pointer;
    border: 1px solid #0095DA;
}

.obavijesti-container-white:hover .obavijest-title {
    color: #0095DA;
    text-decoration-color: #0095DA;
}

/* Action Boxes */
.actionbox-container {
    background: #FFFFFF;
    padding: 2rem 3rem 2.6rem 3rem;
    border-radius: 5px;
    box-sizing: border-box;
    border: 1px solid #D7D7D7;
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.10);
    transition: border 1s ease, box-shadow 1s ease;
}

.actionbox-container:hover {
    cursor: pointer;
    border: 1px solid #0095DA;
    box-shadow: inset 0 0 20px rgba(0, 149, 218, 0.30);
}

/* Main Boxes */
.main-box01 {
    border-radius: 5px;
    width: 100%;
    aspect-ratio: 16 / 9;
    padding: 4rem;
    background: url(../images/main_boxes_bg.png) repeat-x, url(../images/main_boxes_01.jpg) center center;
    background-size: 100% 100%;
    text-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15);
    transition: background-size 1s ease;
}

.main-box02 {
    border-radius: 5px;
    width: 100%;
    aspect-ratio: 16 / 9;
    padding: 4rem;
    background: url(../images/main_boxes_bg.png) repeat-x, url(../images/main_boxes_02.jpg) center center;
    background-size: 100% 100%;
    text-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15);
    transition: background-size 1s ease;
}

.main-box01:hover, .main-box02:hover {
    cursor: pointer;
    background-size: 110% 110%;
}

.main-boxes-text-position {
    position: absolute;
    bottom: 0;
}

/* Pristup informacijama */
.pi-links-grey {
    border-radius: 5px;
    background: rgba(0, 0, 0, .07);
}

.pi-links-archive {
    border-radius: 5px;
    background: #E0E0E0;
}

.pi-links-blue {
    border-radius: 5px;
    background: url(../images/pi_links_bg.jpg) left top no-repeat;
    background-size: 0% 100%;
    padding: 1.25rem 2rem;
    margin: 0 0 2rem 0;
    color: #333333;
    transition: color 0.3s ease, background-size 0.3s ease 0.1s;
}

.pi-links-blue:hover {
    cursor: pointer;
    color: #FFFFFF;
    background-size: 100% 100%;
}

.pi-links {
    color: #333333;
    background: url(../images/pi_links_bg.jpg) left top no-repeat;
    background-size: 0% 100%;
    padding: 1rem 2rem;
    transition: color 0.3s ease, background-size 0.3s ease 0.1s;
}

.pi-links:hover {
    cursor: pointer;
    color: #0095DA;
    background-size: 8px 100%;
}

.pi-links-underline {
    border-bottom: 1px solid #DDDDDD;
}

.pi-links-text {
    font-size: 1.6rem;
    line-height: 2rem;
}

.pi-person-container {
    border-radius: 5px;
    box-sizing: border-box;
    border: 1px solid #0095DA;
    padding: 0 3.3rem;
    height: 17.5rem;
}

.pi-info-box01 {
    border-radius: 4px;
    height: 1.8rem;
    width: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .9rem;
    line-height: 0px;
    border: 1px solid #AAAAAA;
}

.pi-info-box02 {
    border-radius: 4px;
    height: 1.8rem;
    width: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .9rem;
    line-height: 0px;
    border: 1px solid #333333;
    background: #333333;
    transition: border 0.3s ease, background 0.3s ease;
}

.pi-info-box02:hover {
    cursor: pointer;
    background: #0095DA;
    border: 1px solid #0095DA;
}

/* Footer */
.footer-title {
    padding: 0 0 .7rem 0;
    margin: 0 0 1rem 0;
    border-bottom: 1px solid #B4B4B4;
    font-size: 1.4rem;
    line-height: 2rem;
}

.footer-links {
    font-size: 1.2rem;
    line-height: 1.8rem;
    color: #000000;
    transition: color 0.3s ease;
}

.footer-links:hover {
    cursor: pointer;
    color: #0095DA;
}

.archive-bg {
    background: url(../images/archive_bg.png);
    border-radius: 5px;
    padding: 1.5rem 1.5rem 1.5rem 0;
}

/* */

.archive-bg-doc {
    background: url(../images/archive_bg.png);
    border-radius: 5px;
    padding: 2rem;
}

.documents-divider {
    margin: 2rem 0;
    height: 1px;
    background: #DDDDDD;
}

.text-link {
    color: #0095DA;
    background: url(../images/pi_links_bg.jpg) left top no-repeat;
    background-size: 0% 100%;
    transition: color 0.3s ease, background-size 0.3s ease 0.1s;
}

.text-link:hover {
    cursor: pointer;
    background-size: 100% 100%;
    color: #FFFFFF;
}

.table-border-top-1 {
    border-top: 1px solid #000000;
}

.table-border-top-2 {
    border-top: 2px solid #000000;
}

.table-border-bottom-1 {
    border-bottom: 1px solid #000000;
}

.table-border-bottom-2 {
    border-bottom: 2px solid #000000;
}

.table-border-left-1 {
    border-left: 1px solid #000000;
}

.table-border-left-2 {
    border-left: 2px solid #000000;
}

.table-border-right-1 {
    border-right: 1px solid #000000;
}

.table-border-right-2 {
    border-right: 2px solid #000000;
}

.table-links-blue {
    display: inline-block;
    padding: .2rem .6rem .1rem .5rem;
    color: #333333;
    transition: color 0.3s ease;
}

.table-links-blue:hover {
    cursor: pointer;
    color: #0095DA;
}

.table-col-1 {
    width: 5rem;
}

.table-col-3 {
    width: 8rem;
}

.table-col-4 {
    width: 6rem;
}

.table-col-9 {
    width: 29rem;
}

/* Form */
.inputField {
    font-size: 1.8rem;
    padding: 1rem 2rem;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    transition: all 0.4s ease-out;
}

.inputField::placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.inputField:focus {
    border: 1px solid #0095DA;
    outline: none;
    width: 100%

}

/* Kalkulator */
.kalk-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: .5rem 3.5rem .5rem 1.2rem;
    border-radius: 5px;
    color:#333333;
    width:30rem;
    border: 1px solid rgba(0,0,0,0.20);
    transition: all 0.4s ease-out;
    background-color: #FFFFFF;
    background-image: url('../images/select_arrow_40x40.svg');
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1.6rem;
}

.kalk-select select:focus {
    border: 1px solid #0095DA;
    outline: none;
}

.kalk-input {
    width:30rem;
    padding: .5rem 1.2rem;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    background-color: rgba(0, 0, 0, 0);
    transition: all 0.4s ease-out;
}

.kalk-input:focus {
    border: 1px solid #0095DA;
    outline: none;

}

.kalk-links-grey {
    width:30rem;
    border-radius: 5px;
    background: rgba(0, 0, 0, .07);
}

.kalk-links-blue {
    width:30rem;
    border:none;
    border-radius: 5px;
    background: url(../images/pi_links_bg.jpg) left top no-repeat;
    background-size: 0% 100%;
    padding: 1rem 2rem;
    color: #333333;
    transition: color 0.3s ease, background-size 0.3s ease 0.1s;
}

.kalk-links-blue:hover {
    cursor: pointer;
    color: #FFFFFF;
    background-size: 100% 100%;
}

.kalk-links-blue-selected {
    width:30rem;
    border:none;
    border-radius: 5px;
    background: #0095DA;
    padding: 1rem 2rem;
    color: #FFFFFF;
}

.kalk-divider {
    height:1px;
    width:100%;
    margin: 1rem 0;
    background: rgba(0,0,0,0.10);
}

.kalk-divider-dark {
    height:1px;
    width:100%;
    margin: 1rem 0;
    background: #333333;
}

.kalk-top-row {
    padding: .5rem 1.2rem;
    border-radius: 5px;
    background: rgba(0,0,0,0.05);
}

.kalk-top-potrosnja {
    padding: .5rem 1.2rem;
    border-radius: 5px;
    border:1px solid #CCCCCC;
}

.background-lightergrey {
    background: #F9F9F9;
}

.text13 {
    font-size: 1.3rem;
    line-height: 2rem;
}

.kalk-option {
    width:100%;
}
