html {
    font-size: 20px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

@font-face {
    font-family: 'RammettoOne-Regular';
    src: url('../fonts/RammettoOne-Regular.ttf') format('truetype');
    /* Add additional src formats for cross-browser support */
}
.tekstPitanje
{
    font-size:20px;
}
.required-error {
    border: 2px solid red !important;
}
.tekst-disabled {
    color: #ACACAC;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}
ul, li {
    list-style-type: none;
}
p{
    height:5px;
}
.element-menu {
    padding: 10px;
}

    .element-menu:hover {
        background-color: #EFEFEF;
    }
.menu-prviStupanj {
    color: #5A5A5A;
}
    .menu-prviStupanj:hover {
        color: #5A5A5A;
    }
.menu-drugiStupanj {
    color: #797979;
}
    .menu-drugiStupanj:hover {
        color: #797979;
    }
.menu-treciStupanj {
    color: #ACACAC;
}

    .menu-treciStupanj:hover {
        color: #ACACAC;
    }

html {
    position: relative;
    min-height: 100%;
}

header {
    padding-bottom: 100px
}

.navbar-logo {
    height:90px;
}

.justify-content-between {
    justify-content: space-between !important;
}
.item1 {
    grid-area: header;
    height:100px
}

.item2 {
    grid-area: menu;
    background-color: silver;
    position: fixed;
}
.sidebar-menu {
    position: relative;
    max-height: 90vh;
    max-width: 100vw;
    overflow: auto;
}

.item3 {
    grid-area: main;
}

.item4 {
    grid-area: footer;
}
.proba {
    display: grid;
    grid-template-areas:
        'header'
        'main'
        'footer';
}
main {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}
footer {
    text-align: center;
    padding:10px;
    bottom: 0;
    width: 100%;
}

body {
    margin-bottom: 60px;
    padding-bottom: 60px;
}
.backImg {
    background-image: url(../images/pocPozadina.png);
    background-size: cover;
}
.backImg-404 {
    background-image: url(../images/404.png);
    background-size: cover;
}

thead {
    background-color: #2CA03D;
}

    thead a {
        color: white;
    }

    thead th:first-of-type {
        border-top-left-radius: 10px;
    }

    thead th:last-of-type {
        border-top-right-radius: 10px;
    }
tfoot {
    background-color: #2CA03D;
}
    tfoot th:first-of-type {
        border-bottom-left-radius: 10px;
    }

    tfoot th:last-of-type {
        border-bottom-right-radius: 10px;
    }

.theadPlavo {
    background-color: #132147;
}
.theadSvjetloPlavo {
    background-color: #007C9F;
}
.theadNajsvjetlijePlavo {
    background-color: #01BAEF;
}
.theadCrveno {
    background-color: #DD403A;
}
.theadZuto {
    background-color: #FAA832;
}
.theadZeleno {
    background-color: #2CA03D;
}

th {
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 20px;
    color: white;
}

td {
    font-size: 20px;
}

tbody tr:hover {
    background-color: #C8EAF3;
}

#passTD {
    color: transparent;
    cursor: default;
}

.pagebox {
    width: 60px;
    text-align: center;
    border-color: #2CA03D;
    background-color: #2CA03D;
    margin:0 !important;
}

.page-item:not(:first-child) .page-link {
    margin-left: -1px;
}
.page-link {
    border-color: none;
    width: 60px !important;
    height: 40px !important;
    text-align: center;
    font-size:15px;
    vertical-align:central;
}
.page-item .page-link 
{
    background-color: #2CA03D;
    color:white;
}

.page-item:hover .page-link:hover {
    background-color: white !important;
    color: #2CA03D;
}

.page-item.disabled .page-link {
    color: #fff;
    pointer-events:all;
    background-color: #2CA03D;
    border-color: #2CA03D;
}

.page-link {
    color: #2CA03D;
    border-color: #2CA03D;
    border-radius: 90px;
}
.page-item.active .page-link {
    z-index: 3;
    color: #2CA03D;
    border-color: white;
    background-color: white;
    border-radius: 90px;
    margin: 0;
}

a {
    text-decoration: none !important;
}

th a:hover {
    color: white;
}

a:hover {
    color: #006400;
}

.a-link-zeleno {
    color: #797979;
    text-decoration: none;
    font-size: 20px;
}
    .a-link-zeleno:hover {
        color: #2CA03D;
        font-size:30px;
    }
.a-link-zeleno-default {
    color: #797979;
    text-decoration: none;
    font-size: 20px;
}

    .a-link-zeleno-default:hover {
        color: #2CA03D;
        font-size: 20px;
    }
.a-link-tamnoPlavo {
    color: #797979;
    text-decoration: none;
    font-size: 20px;
}

    .a-link-tamnoPlavo:hover {
        color: #132147;
        font-size: 30px;
    }
.a-link-crveno {
    color: #797979;
    text-decoration: none;
    font-size: 20px;
}

    .a-link-crveno:hover {
        color: #DD403A;
        font-size: 30px;
    }
.a-link-narancasto {
    color: #797979;
    text-decoration: none;
    font-size: 20px;
}

    .a-link-narancasto:hover {
        color: #EA7023;
        font-size: 30px;
    }
.a-link-zuto {
    color: #797979;
    text-decoration: none;
    font-size: 20px;
}

    .a-link-zuto:hover {
        color: #FAA832;
        font-size: 30px;
    }
.a-link {
    text-decoration: none;
    font-size: 20px;
}

    .a-link:hover {
        font-size: 25px;
    }

.a-secondary {
    color: #982B27;
    text-decoration: none;
    font-size: 20px;
}

    .a-secondary:hover {
        color: #DD403A;
    }

.page-link:hover {
    color: white;
    background-color: #2CA03D;
}

.button-primary {
    width: 30px;
    height: 30px;
    filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.2));
    background: #2CA03D;
    color: white;
    font-weight: bold;
    text-align: center;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    font-size: 1rem;
    border-radius: 0.50rem;
}

    .button-primary:hover {
        background-color: #1E6728;
        color: white;
    }
.button-plus {
    width: 30px;
    height: 30px;
    filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.2));
    background: white;
    color: white;
    font-weight: bold;
    text-align: center;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    font-size: 1rem;
    border-radius: 0.50rem;
}

    .button-plus:hover {
        background-color: #EFEFEF;
        color: white;
    }
.button-primary-svjetloplavi {
    width: 30px;
    height: 30px;
    filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.2));
    background: #01BAEF;
    color: white;
    font-weight: bold;
    text-align: center;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    font-size: 1rem;
    border-radius: 0.50rem;
}

    .button-primary-svjetloplavi:hover {
        background-color: #007C9F;
        color: white;
    }
.button-primary-okrugli {
    width: 30px;
    height: 30px;
    filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.2));
    background: #2CA03D;
    color: white;
    font-weight: bold;
    text-align: center;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    font-size: 1rem;
    border-radius: 5.00rem;
}

    .button-primary-okrugli:hover {
        background-color: #1E6728;
        color: white;
    }
.button-dodavanje {
    width: 30px;
    height: 30px;
    filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.2));
    background: #1E6728;
    color: white;
    font-weight: bold;
    text-align: center;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    font-size: 1rem;
    border-radius: 0.50rem;
}

    .button-dodavanje:hover {
        background-color: #2CA03D;
        color: white;
    }

.button-dodavanje-plavo {
    width: 30px;
    height: 30px;
    filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.2));
    background: #243A77;
    color: white;
    font-weight: bold;
    text-align: center;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    font-size: 1rem;
    border-radius: 0.50rem;
}

    .button-dodavanje-plavo:hover {
        background-color: #132147;
        color: white;
    }
.button-dodavanje-svjetloPlavo {
    width: 30px;
    height: 30px;
    filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.2));
    background: #01BAEF;
    color: white;
    font-weight: bold;
    text-align: center;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    font-size: 1rem;
    border-radius: 0.50rem;
}

    .button-dodavanje-svjetloPlavo:hover {
        background-color: #007C9F;
        color: white;
    }
.button-dodavanje-crveno {
    width: 30px;
    height: 30px;
    filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.2));
    background: #DD403A;
    color: white;
    font-weight: bold;
    text-align: center;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    font-size: 1rem;
    border-radius: 0.50rem;
}

    .button-dodavanje-crveno:hover {
        background-color: #982B27;
        color: white;
    }
.button-dodavanje-narancasto {
    width: 30px;
    height: 30px;
    filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.2));
    background: #EA7023;
    color: white;
    font-weight: bold;
    text-align: center;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    font-size: 1rem;
    border-radius: 0.50rem;
}

    .button-dodavanje-narancasto:hover {
        background-color: #AB5017;
        color: white;
    }
.button-dodavanje-tamnoNarancasto {
    width: 30px;
    height: 30px;
    filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.2));
    background: #AB5017;
    color: white;
    font-weight: bold;
    text-align: center;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    font-size: 1rem;
    border-radius: 0.50rem;
}

    .button-dodavanje-tamnoNarancasto:hover {
        background-color: #EA7023;
        color: white;
    }
.button-dodavanje-zuto {
    width: 30px;
    height: 30px;
    filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.2));
    background: #FAA832;
    color: white;
    font-weight: bold;
    text-align: center;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    font-size: 1rem;
    border-radius: 0.50rem;
}

    .button-dodavanje-zuto:hover {
        background-color: #D38C26;
        color: white;
    }
.slika-gumb-radnja {
    height: 18px;
}

.button-odjava {
    width: 150px;
    height: 50px;
    left: 50px;
    top: 50px;
    filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.2));
    background: #EFEFEF;
    color: black;
    font-weight: bold;
    text-align: center;
    align-items: center;
    border: 1px solid transparent;
    font-size: 1rem;
    border-radius: 5.00rem;
}

    .button-odjava:hover {
        background-color: #E4E4E4;
        color: black;
    }

.button-nav-0 {
    width: 170px;
    height: 50px;
    filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.2));
    background: white;
    color: #797979;
    font-weight: bold;
    text-align: center;
    align-items: center;
    border: 1px solid transparent;
    font-size: 1rem;
    border-radius: 0.50rem;
}
    .button-nav-0:hover {
        background-color: #797979;
        color: white;
        font-weight: bold;
    }
.button-nav-0-active {
    width: 170px;
    height: 50px;
    filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.2));
    background: #797979;
    color: white;
    font-weight: bold;
    text-align: center;
    align-items: center;
    border: 1px solid transparent;
    font-size: 1rem;
    border-radius: 0.50rem;
}

.button-nav-1 {
    width: 170px;
    height: 50px;
    filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.2));
    background: white;
    color: #142247;
    font-weight: bold;
    text-align: center;
    align-items: center;
    border: 1px solid transparent;
    font-size: 1rem;
    border-radius: 0.50rem;
}

    .button-nav-1:hover {
        background-color: #142247;
        color: white;
        font-weight: bold;
    }
.button-nav-1-active {
    width: 170px;
    height: 50px;
    filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.2));
    background: #142247;
    color: white;
    font-weight: bold;
    text-align: center;
    align-items: center;
    border: 1px solid transparent;
    font-size: 1rem;
    border-radius: 0.50rem;
}

.button-nav-2 {
    width: 170px;
    height: 50px;
    filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.2));
    background: white;
    color: #DD413A;
    font-weight: bold;
    text-align: center;
    align-items: center;
    border: 1px solid transparent;
    font-size: 1rem;
    border-radius: 0.50rem;
}

    .button-nav-2:hover {
        background-color: #DD413A;
        color: white;
        font-weight: bold;
    }
.button-nav-2-active {
    width: 170px;
    height: 50px;
    filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.2));
    background: #DD413A;
    color: white;
    font-weight: bold;
    text-align: center;
    align-items: center;
    border: 1px solid transparent;
    font-size: 1rem;
    border-radius: 0.50rem;
}
.button-nav-3 {
    width: 170px;
    height: 50px;
    filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.2));
    background: white;
    color: #1BBAED;
    font-weight: bold;
    text-align: center;
    align-items: center;
    border: 1px solid transparent;
    font-size: 1rem;
    border-radius: 0.50rem;
}

    .button-nav-3:hover {
        background-color: #1BBAED;
        color: white;
        font-weight: bold;
    }
.button-nav-3-active {
    width: 170px;
    height: 50px;
    filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.2));
    background: #1BBAED;
    color: white;
    font-weight: bold;
    text-align: center;
    align-items: center;
    border: 1px solid transparent;
    font-size: 1rem;
    border-radius: 0.50rem;
}
.button-nav-4 {
    width: 170px;
    height: 50px;
    filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.2));
    background: white;
    color: #FAA832;
    font-weight: bold;
    text-align: center;
    align-items: center;
    border: 1px solid transparent;
    font-size: 1rem;
    border-radius: 0.50rem;
}

    .button-nav-4:hover {
        background-color: #FAA832;
        color: white;
        font-weight: bold;
    }
.button-nav-4-active {
    width: 170px;
    height: 50px;
    filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.2));
    background: #FAA832;
    color: white;
    font-weight: bold;
    text-align: center;
    align-items: center;
    border: 1px solid transparent;
    font-size: 1rem;
    border-radius: 0.50rem;
}
.button-nav-5 {
    width: 170px;
    height: 50px;
    filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.2));
    background: white;
    color: #2DA048;
    font-weight: bold;
    text-align: center;
    align-items: center;
    border: 1px solid transparent;
    font-size: 1rem;
    border-radius: 0.50rem;
}

    .button-nav-5:hover {
        background-color: #2DA048;
        color: white;
        font-weight: bold;
    }
.button-nav-5-active {
    width: 170px;
    height: 50px;
    filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.2));
    background: #2DA048;
    color: white;
    font-weight: bold;
    text-align: center;
    align-items: center;
    border: 1px solid transparent;
    font-size: 1rem;
    border-radius: 0.50rem;
}

.button-nav-1-okrugli {
    width: 35px;
    height: 35px;
    filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.2));
    background: white;
    color: #142247;
    font-weight: bold;
    text-align: center;
    align-items: center;
    border: 1px solid transparent;
    font-size: 1rem;
    border-radius: 5.00rem;
}

    .button-nav-1-okrugli:hover {
        background-color: #142247;
        color: white;
        font-weight: bold;
    }

.button-nav-1-okrugli-active {
    width: 35px;
    height: 35px;
    filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.2));
    background: #142247;
    color: white;
    font-weight: bold;
    text-align: center;
    align-items: center;
    border: 1px solid transparent;
    font-size: 1rem;
    border-radius: 5.00rem;
}

.button-nav-2-okrugli {
    width: 35px;
    height: 35px;
    filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.2));
    background: white;
    color: #DD413A;
    font-weight: bold;
    text-align: center;
    align-items: center;
    border: 1px solid transparent;
    font-size: 1rem;
    border-radius: 5.00rem;
}

    .button-nav-2-okrugli:hover {
        background-color: #DD413A;
        color: white;
        font-weight: bold;
    }

.button-nav-2-okrugli-active {
    width: 35px;
    height: 35px;
    filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.2));
    background: #DD413A;
    color: white;
    font-weight: bold;
    text-align: center;
    align-items: center;
    border: 1px solid transparent;
    font-size: 1rem;
    border-radius: 5.00rem;
}

.button-nav-3-okrugli {
    width: 35px;
    height: 35px;
    filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.2));
    background: white;
    color: #1BBAED;
    font-weight: bold;
    text-align: center;
    align-items: center;
    border: 1px solid transparent;
    font-size: 1rem;
    border-radius: 5.00rem;
}

    .button-nav-3-okrugli:hover {
        background-color: #1BBAED;
        color: white;
        font-weight: bold;
    }

.button-nav-3-okrugli-active {
    width: 35px;
    height: 35px;
    filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.2));
    background: #1BBAED;
    color: white;
    font-weight: bold;
    text-align: center;
    align-items: center;
    border: 1px solid transparent;
    font-size: 1rem;
    border-radius: 5.00rem;
}

.button-nav-4-okrugli {
    width: 35px;
    height: 35px;
    filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.2));
    background: white;
    color: #FAA832;
    font-weight: bold;
    text-align: center;
    align-items: center;
    border: 1px solid transparent;
    font-size: 1rem;
    border-radius: 5.00rem;
}

    .button-nav-4-okrugli:hover {
        background-color: #FAA832;
        color: white;
        font-weight: bold;
    }

.button-nav-4-okrugli-active {
    width: 35px;
    height: 35px;
    filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.2));
    background: #FAA832;
    color: white;
    font-weight: bold;
    text-align: center;
    align-items: center;
    border: 1px solid transparent;
    font-size: 1rem;
    border-radius: 5.00rem;
}

.button-nav-5-okrugli {
    width: 35px;
    height: 35px;
    filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.2));
    background: white;
    color: #2DA048;
    font-weight: bold;
    text-align: center;
    align-items: center;
    border: 1px solid transparent;
    font-size: 1rem;
    border-radius: 5.00rem;
}

    .button-nav-5-okrugli:hover {
        background-color: #2DA048;
        color: white;
        font-weight: bold;
    }

.button-nav-5-okrugli-active {
    width: 35px;
    height: 35px;
    filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.2));
    background: #2DA048;
    color: white;
    font-weight: bold;
    text-align: center;
    align-items: center;
    border: 1px solid transparent;
    font-size: 1rem;
    border-radius: 5.00rem;
}

.button-nav-ne-radi {
    width: 170px;
    height: 50px;
    filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.2));
    background: #ACACAC;
    color: white;
    font-weight: bold;
    text-align: center;
    align-items: center;
    border: 1px solid transparent;
    font-size: 1rem;
    border-radius: 0.50rem;
}

.button-secondary {
    width: 30px;
    height: 30px;
    left: 50px;
    top: 50px;
    filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.2));
    background: #ACACAC;
    color: white;
    font-weight: bold;
    text-align: center;
    align-items: center;
    border: 1px solid transparent;
    font-size: 1rem;
    border-radius: 5.00rem;
}

    .button-secondary:hover {
        background-color: #797979;
        color: white;
    }
.button-secondary-kvadrat {
    width: 30px;
    height: 30px;
    left: 50px;
    top: 50px;
    filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.2));
    background: #ACACAC;
    color: white;
    font-weight: bold;
    text-align: center;
    align-items: center;
    border: 1px solid transparent;
    font-size: 1rem;
    border-radius: 0.50rem;
}

    .button-secondary-kvadrat:hover {
        background-color: #797979;
        color: white;
    }
.button-preview {
    width: 30px;
    height: 30px;
    filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.2));
    background: #FAA832;
    color: white;
    font-weight: bold;
    text-align: center;
    align-items: center;
    border: 1px solid transparent;
    font-size: 1rem;
    border-radius: 5.00rem;
}

    .button-preview:hover {
        background-color: #D38C26;
        color: white;
    }

.button-save {
    width: 30px;
    height: 30px;
    filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.2));
    background: #132147;
    color: white;
    font-weight: bold;
    text-align: center;
    align-items: center;
    border: 1px solid transparent;
    font-size: 1rem;
    border-radius: 5.00rem;
}

    .button-save:hover {
        background-color: #0E152B;
        color: white;
    }

.button-print {
    width: 30px;
    height: 30px;
    filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.2));
    background: #01BAEF;
    color: white;
    font-weight: bold;
    text-align: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    border: 1px solid transparent;
    font-size: 1rem;
    border-radius: 5.00rem;
}

    .button-print:hover {
        background-color: #007C9F;
        color: white;
    }
.button-zakljucano {
    width: 30px;
    height: 30px;
    filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.2));
    background: #AB5017;
    color: white;
    font-weight: bold;
    text-align: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    border: 1px solid transparent;
    font-size: 1rem;
    border-radius: 5.00rem;
}

    .button-zakljucano:hover {
        background-color: #EA7023;
        color: white;
    }
.button-otkljucano {
    width: 30px;
    height: 30px;
    filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.2));
    background: #EA7023;
    color: white;
    font-weight: bold;
    text-align: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    border: 1px solid transparent;
    font-size: 1rem;
    border-radius: 5.00rem;
}

    .button-otkljucano:hover {
        background-color: #AB5017;
        color: white;
    }

.button-danger {
    width: 30px;
    height: 30px;
    filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.2));
    background: #DD403A;
    color: white;
    font-weight: bold;
    text-align: center;
    justify-content: center;
    align-items: center;
    border: 1px solid transparent;
    font-size: 1rem;
    border-radius: 5.00rem;
}

    .button-danger:hover {
        background-color: #982B27;
    }

.alert-success {
    color: #1E6728;
    background-color: #A5E5AF;
    border-color: #1E6728;
}

    .alert-success .alert-link {
        color: #1E6728;
    }

.alert-warning {
    color: #982B27;
    background-color: #FFC4C1;
    border-color: #982B27;
}

    .alert-warning .alert-link {
        color: #982B27;
    }

input, select, textarea {
    width: 100%;
    padding: 10px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 0.40rem;
    border-color: #C1BBB7;
    box-sizing: border-box;
    margin: 1px;
    font-size:20px;
    font-weight:bold;
}
input, select {
    height: 40px;
}
    input[type="file"] {
        height: 55px;
    }

.select2-container--default .select2-selection--single {
    height: 40px !important;
    border-radius: 0.50rem !important;
    display: flex !important;
    align-items: center !important;
    font-weight: bold !important;
    font-size: 20px !important;
}
.select2-dropdown {
    width: 800px !important;
}
button {
    margin: 0.01px;
    margin-right: 2px;
}

select {
    height: 40px;
    border-radius: 0.50rem;
    padding:1px;
}

div.form {
    display: block;
    text-align: center;
}

form {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.border {
    border: 1px solid #FAFAFA !important;
    background-color: #FAFAFA;
    border-radius: 0.50rem;
    filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.2));
    padding: 5px;
    margin:1px;
}
.border-zuto {
    border: 1px solid #FCF4D7 !important;
    background-color: #FCF4D7;
    border-radius: 0.50rem;
    filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.2));
    padding: 5px;
    margin: 1px;
}

label {
    /*font-weight: bold;*/
    color: #000000;
}

.grid-container {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 10px;
    grid-template-rows: auto auto auto;
    justify-content: center;
}
.grid-container-3 {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-template-rows: auto auto auto;
    grid-gap: 10px;
    justify-content: center;
}
.grid-container-4 {
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-gap: 10px;
    justify-content: left;
}
.grid-container-5 {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    grid-gap: 10px;
    justify-content: left;
}
.grid-container-6 {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    grid-gap: 10px;
    justify-content: left;
}

.grid-container-7 {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto;
    grid-gap: 10px;
    padding: 10px;
    justify-content: center;
    align-items: center;
}
.grid-container-8 {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto auto;
    grid-gap: 1px;
    padding: 10px;
    justify-content: center;
    align-items: center;
}
.grid-container-9 {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto auto auto;
    grid-gap: 1px;
    padding: 10px;
    justify-content: center;
    align-items: center;
}
.grid-container-19 {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-gap: 1px;
    padding: 10px;
    justify-content: center;
    align-items: center;
}

.grid-item-2 {
    grid-gap: 10px;
    align-items: center;
    justify-content: left;
    padding: 1px;
}
.grid-item-3 {
    grid-gap: 1px;
    align-items: center;
    justify-content: right;
    padding: 1px;
}

.grid-item {
    grid-gap: 10px;
    grid-column: 2/4;
    justify-content: center;
    padding: 1px;
}
.grid-item-03 {
    grid-gap: 1px;
    grid-column: 1/4;
    justify-content: center;
    padding: 1px;
}
.grid-item-04 {
    grid-gap: 1px;
    grid-column: 1/5;
    justify-content: center;
    padding: 1px;
}
.grid-item-4-3-6 {
    grid-gap: 1px;
    grid-column-start: 3; 
    grid-column-end: 6;
    justify-content: center;
    padding: 1px;
}
.grid-item-02 {
    grid-gap: 1px;
    grid-column: 1/3;
    justify-content: center;
    padding: 1px;
}
.grid-item-2 {
    grid-gap: 1px;
    grid-column: 2/4;
    justify-content: center;
    padding: 1px;
}
.grid-item-23 {
    grid-gap: 1px;
    grid-column: 3/5;
    justify-content: center;
    padding: 1px;
}
.grid-item-2-stupac {
    grid-row: span 2;
}
.grid-item-4-stupac {
    grid-row: span 4;
}

.nav-item {
    padding: 10px;
}

.dan {
    font-size: 25px;
    text-align: center;
    color: black;
}
.danSad {
    border: 2px solid #DD403A;
    background-color: white;
    height: 200px;
    width: 190px;
    padding-left: 5px;
    position: relative;
}
    .danSad:hover {
        border: 3px solid #982B27;
    }
.danRadni {
    border: 2px solid #2CA03D;
    background-color: white;
    height: 200px;
    width: 190px;
    padding-left: 5px;
    position: relative
}
.danRadni:hover {
    border: 3px solid #1E6728;
}
.danVikend {
    border: 2px solid #D3D3D3;
    background-color: white;
    height: 200px;
    width: 190px;
    padding-left: 5px;
    position: relative
}
    .danVikend:hover {
        border: 3px solid #ACACAC;
    }
.brKalendar {
    position: absolute;
    top: 5px;
    left: 5px;
    font-size:25px;
    text-align:left;
}
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-dialog {
    margin: 10% auto;
    left: 0;
    right: 0;
    padding: 20px;
    border: 1px solid #888;
    background-color: #fff;
    position: absolute;
}
.prikaz {
    width: 150px;
    height: 50px;
    position: relative;
    appearance: none;
    filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.2));
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0.50rem;
    border: 2px solid #2CA03D;
    cursor: pointer;
}

    .prikaz::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 150px;
        height: 50px;
        border-radius: 0.50rem;
        background-color: #2CA03D;
        display: none;
    }

    .prikaz:checked::before {
        display: block;
    }

 /*ER*/
.grid-container-2 {
    display: grid;
    grid-template-columns: 0.8fr 0.2fr;
    grid-gap: 20px;
}

.grid-container-32 {
    display: grid;
    grid-template-columns: 0fr repeat(35, 0fr);
    align-items: center;
    grid-gap: 0px;
}

.grid-container-33 {
    display: grid;
    grid-template-columns: 4fr repeat(32, 1fr);
    align-items: center;
    grid-gap: 0px;
}

.dan-EvRada {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    height: 37.5px;
    width: 50px;
    text-align: center;
    background-color: #132147;
    border: 1px solid;
    border-color: black;
    color: white
}

    .dan-EvRada:hover {
        background-color: #243A77;
    }
.dan-EvRada-nemaGumb {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    height: 37.5px;
    width: 50px;
    text-align: center;
    background-color: #132147;
    border: 1px solid;
    border-color: black;
    color: white
}

.neradniDan-EvRada-nemaGumb {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    height: 37.5px;
    width: 50px;
    text-align: center;
    background-color: #FAA832;
    border: 1px solid;
    border-color: black;
    color: white
}

.vikend-EvRada-nemaGumb {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    height: 37.5px;
    width: 50px;
    text-align: center;
    background-color: #ACACAC;
    border: 1px solid;
    border-color: black;
    color: white
}

.GO-EvRada-nemaGumb {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    height: 37.5px;
    width: 55px;
    text-align: center;
    background-color: #DD403A;
    border: 1px solid;
    border-color: black;
    color: white
}
.GO-EvRada-naslov {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    height: 37.5px;
    width: 55px;
    text-align: center;
    background-color: #DD403A;
    border: 1px solid;
    border-top-color: black;
    border-color: #DD403A;
    color: white;
    font-weight:bold;
}

.GO-EvRada {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    height: 50px;
    width: 55px;
    text-align: center;
    background-color: #FFC4C1;
    border: 1px solid;
    border-color: black;
    color: black;
}

.mreza-dan-EvRada {
    height: 37.5px;
    width: 50px;
    background-color: #132147;
    border: 1px solid;
    border-color: black;
}

.mreza-EvRada {
    height: 50px;
    width: 50px;
    border: 1px solid;
    border-color: black;
    background-color: white;
}

    .mreza-EvRada:hover {
        background-color: #2CA03D;
    }

.mreza-print-EvRada {
    height: 50px;
    width: 50px;
    border: 1px solid;
    border-color: black;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mreza-EvRada-oznaceno {
    height: 50px;
    width: 50px;
    border: 1px solid;
    background-color: #2CA03D;
    border-color: black;
    color: white
}

.mreza-EvRada-vikend {
    height: 50px;
    width: 50px;
    border: 1px solid;
    border-color: black;
    background-color: lightgray;
}

    .mreza-EvRada-vikend:hover {
        background-color: #2CA03D;
    }

.mreza-EvRada-praznik {
    height: 50px;
    width:50px;
    border: 1px solid;
    border-color: black;
    background-color: #FAA832;
}

    .mreza-EvRada-praznik:hover {
        background-color: #2CA03D;
    }

.selected {
    background-color: #1E6728;
}

.djelatnik-EvRada {
    display: flex;
    align-items: center;
    padding-left: 10px;
    background-color: #132147;
    color: white;
    height: 50px;
    font-size: 18px;
    border: 1px solid;
    border-color: black;
    max-width: 250px;
    width:300px;
}

    .djelatnik-EvRada:hover {
        background-color: #243A77;
    }

.single-kratica {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: black;
}

#grayed-section {
    filter: grayscale(40%);
    background-color: gainsboro;
    height: 100%;
    padding: 10px;
}

.oznaci-sve-evRada {
    background-color: #132147;
    border: 1px solid;
    border-color: black;
    color: #132147;
    height: 37.5px;
    max-width: 250px;
}

    .oznaci-sve-evRada:hover {
        background-color: #243A77;
        color: white;
    }
/*kraj ER*/

/*POP UP*/
#popupWidget {
    position: fixed;
    width: 580px;
    height: 680px;
    bottom: 100px;
    right: 0px;
    background-color: #f1f1f1;
    padding: 10px;

    justify-content: center;
    border: 1px solid #FAFAFA !important;
    border-top-left-radius: 0.50rem;
    border-bottom-left-radius: 0.50rem;
    filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.2));
    margin: 1px;
}

#openPopupBtn {
    position: fixed;
    bottom: 100px;
    right: 0px;
    width:40px;
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
    writing-mode: vertical-lr; 
    transform: rotate(180deg); 
}
#closePopupBtn {
    position: fixed;
    height: 80px;
    width: 40px;
    bottom: 690px;
    right: 576px;
    background-color: #ACACAC;
    padding: 10px;
    justify-content: center;
    border: 1px solid #FAFAFA !important;
    border-top-left-radius: 0.50rem;
    border-bottom-left-radius: 0.50rem;
    filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.2));
    padding: 5px;
    margin: 1px;
}
/*kraj POP UP*/

