@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&display=swap');

body, html {
    background: url(../img/Asset\ 5.png) top center no-repeat;
    background-size: cover;
    font-family: 'Source Sans Pro';
    overflow-x: hidden;
    box-sizing: border-box;
}

input,
button,
select,
input:active:focus,
button:active:focus,
select:active:focus,
input:active,
button:active,
select:active,
input:hover,
button:hover,
select:hover,
input:focus,
button:focus,
select:focus {
    outline: none;
    box-shadow: none;
}

.vue-daterange-picker {
    color: black;
    padding-left: 15px;

}
.daterangepicker.ltr .drp-calendar.left .calendar-table {
    padding-right: 0 !important;
}
.reportrange-text {
    display: none;
}

.daterangepicker .calendar-table td,
.daterangepicker .calendar-table th {
    min-width: 10px !important;
    width: 12px !important;
    height: 12px !important;
    line-height: 12px !important;
    border-radius: 0px !important;
    border: 0 !important;
    padding-left: 5px !important;
    padding-right: 3px !important;
}

.daterangepicker .calendar-table table {
    width: auto !important;
}

.daterangepicker .calendar-table th {
    font-size: 11px !important;
}

.daterangepicker td.in-range {
    background-color: #e6e6e6 !important;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: red !important;
}

.daterangepicker td.end-date {
    border-radius: 0 15px 15px 0 !important;
}

.daterangepicker td.start-date {
    border-radius: 15px 0 0 15px !important;
}

.daterangepicker td.start-date.end-date {
    border-radius: 15px !important;
}

.daterangepicker .calendar-table {
    border: none !important;
    border-radius: 0px !important;
    background-color: transparent !important;
}

.daterangepicker,
.daterangepicker .drp-calendar {
    box-shadow: none !important;
    min-width: auto !important;
    width: auto !important;
    border: 0 !important;
}

.drp-buttons {
    border: 0;

}
.pretraga-column {
    float: right;
    width: 300px;
    padding-right: 10px;
    margin-right: 30px;
}
.btn-uputstvo,
.btn-uputstvo:hover,
.btn-uputstvo:active,
.btn-uputstvo:active:focus,
.btn-uputstvo:focus {
    position: absolute;
    left: 60vw;
    color: white;
    padding: 10px 15px;
    border: 1px solid white;
    background-color: #ffffff20;
}
.tab-header {
    color: #000;
    background-color: #e6e6e6;
    border-radius: 10px 10px 0 0;
    padding: 15px 10px;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 3px solid #cccccc;
}

.tab-header i {
    color: #999999;
    margin-right: 10px;
}

.tab-header.short {
    width: 130px;
}

.tab-body {
    background-color: #ffffff;
}

.filter-column {
    font-size: 12px;
}

.radio_container,
.checkbox_container {
    font-weight: normal;
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: black;
}

/* Hide the browser's default checkbox */
.checkbox_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkbox_container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: transparent;
    border: 1px solid black;
}

/* On mouse-over, add a grey background color */
.checkbox_container:hover input ~ .checkmark {
    background-color: #f2f2f2;
}

/* When the checkbox is checked, add a blue background */
.checkbox_container input:checked ~ .checkmark {
    background-color: white;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox_container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox_container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox_container .checkmark:after {
    left: 2px;
    top: 2px;
    width: 10px;
    height: 10px;
    background: black;
    /*border-width: 0 3px 3px 0;*/
    /*-webkit-transform: rotate(45deg);*/
    /*-ms-transform: rotate(45deg);*/
    /*transform: rotate(45deg);*/
}


/* Hide the browser's default radio button */
.radio_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom radio button */
.radio_container .checkmark {
    position: absolute;
    top: 3px;
    left: 2px;
    height: 16px;
    width: 16px;
    background-color: transparent;
    border: 1px solid black;
    border-radius: 0;
}

/* On mouse-over, add a grey background color */
.radio_container:hover input ~ .checkmark {
    background-color: #b3adad;
}

/* When the radio button is checked, add a blue background */
.radio_container input:checked ~ .checkmark {
    background-color: white;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio_container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio_container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio_container .checkmark:after {
    top: 2px;
    left: 2px;
    width: 10px;
    height: 10px;
    border-radius: 0;
    background: black;
}

.pretraga {
    margin-top: 90px;
    float: right;
    background-color: transparent;
    border: 1px solid white;
    color: white;

}

.pretraga:focus,
.pretraga:active,
.pretraga:active:focus {
    border: 1px solid #f2f2f2;

}

.sjednice-list {
    list-style: none;
    margin: 0;
    padding: 0 0 70px 0;
}

.sjednice-list li {
    padding: 10px 5px 10px 5px;
}

hr {
    border-top: 1px solid #ccc;
}

.sjednice-list li hr {
    padding: 0;
    margin: 0 2px;
}

.sjednice-list li.izabrana {
    font-weight: bold;
}

.izabrana .radio_container,
.izabrana .checkbox_container {
    font-weight: bold;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.teme-lista {
    padding: 10px 0;
    /*padding: 10px;*/
}

.sjednice-tip .checkbox_container {
    margin-top: 5px;
}

.sjednice-tip .datum,
.sjednice-tip .naziv {
    float: left;
}

.sjednice-tip .naziv {
    padding: 0 0 0 10px;
    width: 246px;
}

.sjednice-tip .datum {
    padding: 0px 8px 0 1px;
    border-right: 1px solid #ccc;
}

.sjednice-prikaz {
    padding: 0px 5px 20px 20px;
    height: 100%;
}

.sjednice-tip li {
    border-bottom: 1px solid #ccc;
    padding: 10px 15px;
}

.teme-lista li {
    padding: 0 15px;
}

.teme-lista li.izabrana,
.sjednice-tip li.izabrana {
    background-color: #f2f2f2;
}

.sjednice-prikaz .informacije {
    min-height: 60px;
    border-bottom: 1px solid #ccc;
}

.sjednice-prikaz .datum {
    width: 210px;
    border-right: 1px solid #ccc;
    padding: 20px 10px;
    display: inline-block;
}

.sjednice-prikaz .preuzimanja {
    width: 300px;
    height: auto;
    float: right;
    font-size: 12px;
    color: #666666;
}

.sjednice-prikaz .preuzimanja img {
    height: 30px;
}
.sjednice-prikaz .pdf1,
.sjednice-prikaz .preuzimanja .pdf1:visited{
    border-left: 1px solid #ccc;
    text-align: center;
    display: inline-block;
    padding-inline: 20px;
    width: auto;
    height: 60px;
    color: inherit;
    text-decoration: none;
}
.sjednice-prikaz .preuzimanja .pdf,
.sjednice-prikaz .preuzimanja .pdf:visited {
    border-right: 1px solid #ccc;
    padding-top: 10px;
    text-align: center;
    display: inline-block;
    padding-inline: 20px;
    width: auto;
    height: 60px;
    color: inherit;
    text-decoration: none;
}

.sjednice-prikaz .sjednice-text {
    width: 100%;
    margin: 0;
    padding: 10px 10px 100px 10px;
    text-align: justify;
}

.column-1 {
    width: 390px;
    float: left;
    margin-left: 50px;
    height: calc(100vh - 150px);
    overflow-y: scroll;
    overflow-x: hidden;
    border-right: 1px solid #ccc;
    border-radius: 0 0 0 0;
}

.column-2 {
    width: 330px;
    float: left;
    margin-left: 0px;
    height: calc(100vh - 150px);
    overflow: hidden;
}
.column-3 {
    width: calc(100% - 780px);
    float: left;
    margin-left: 0px;
    height: calc(100vh - 150px);
    overflow: hidden;
}

.column-2 .tab-body {
    background-color: #f2f2f2;
    height: 100%;
    overflow: auto;
}

.column-3 .sjednice-text {
    overflow: auto;
    height: 100%;
    padding-right: 15px;
}

.odabrane {
    cursor: pointer;
    font-weight: normal;
    margin-left: 30px;
    color: #999;
    font-size: 12px
}

.modal-content {
    border-radius: 0;
    background-color: #ffffffeb;
}

.highlight {
    background-color: yellow;
}

input,
button,
select,
input:active:focus,
button:active:focus,
select:active:focus,
input:active,
button:active,
select:active,
input:hover,
button:hover,
select:hover,
input:focus,
button:focus,
select:focus {
    outline: none;
    box-shadow: none;
}

.btn-success {
    color: #fff;
    background-color: #777;
    border-color: #777;
}

.btn-success:hover,
.btn-success:active,
.btn-success:active:focus,
.btn-success:focus {
    background-color: #696969;
    border-color: #696969;
    outline: none;
    box-shadow: none;
}

.btn-secondary {
    background-color: #eee;
    border-color: #eee;
}

.btn-secondary:hover,
.btn-secondary:active:focus,
.btn-secondary:active,
.btn-secondary:focus {
    background-color: #eee;
    border-color: #eee;
    outline: none;
    box-shadow: none;
}

.logo:hover,
.logo:visited {
    color: white;
    text-decoration: none;
}

.home .logo-holder {
    float: left;
    width: 100%;
}

.logo {
    text-decoration: none;
    font-size: 30px;
    padding-top: 40px;
    padding-left: 48px;
    color: white;
    height: 150px;
    width: 100%;
    float: left;
    display: block;
}

.title1 {
    font-size: 8rem;
    color: #000;
    font-family: 'Courier Prime', monospace;
    padding-left: 15rem;
}

.title2 {
    font-size: 8rem;
    color: #000;
    font-family: 'Courier Prime', monospace;
    padding-left: 15rem;
    transform: translate(0, -30px);
}

.title3 {
    letter-spacing: 4px;
    font-family: 'Courier Prime', monospace;
    font-size: 37px;
    margin-left: 15rem;
    padding-top: 5px;
    background-color: #C1272D;
    height: 60px;
    width: 460px;
    text-align: center;
    transform: translate(-20px, -35px);
}

.navigation .nav-item.f1,
.navigation .nav-item.f2,
.navigation .nav-item.f3,
.navigation .nav-item.f4 {
    transition: all 0.5s;
}

.navigation .nav-item.f1,
.navigation .nav-item.f2 {
    background-color: rgb(228, 228, 228);
    color: #000;
}

.navigation .nav-item.f1:hover,
.navigation .nav-item.f2:hover {
    background-color: white;
}

.navigation .nav-item.f4 {
    background-color: white;
    color: red;
}

.navigation .nav-item.f4:hover {
    background-color: red;
    color: white;
}

.navigation {
    transform: rotate(-90deg);
    display: table-cell;
    vertical-align: bottom;
}

.navigation-holder {
    font-family: 'Courier Prime', monospace;
    height: 120vh;
    transform: translate(-30%, -40%);
    float: right;
    display: table;
}

.navigation .nav-item {
    font-size: 34px;
    font-weight: 200;
    padding: 10px;
    width: 35vw;
    margin: 45px 0;
    display: flex;
    color: white;
    text-decoration: none;
}

.projekat {
    margin-top: 50vh;
    margin-bottom: 65vh;
    width: 100%;
    height: 100%;
    display: block;
    color: black;
    font-size: 28px;
    padding-left: 3%;
}

.projekat h3 {
    margin: 5vh 20px;
    padding-left: 5%;
    width: 20vw;
    background-color: black;
}

.uvodne {
    margin-top: 10vh;
    /*margin-bottom: 65vh;*/
    width: 98%;
    height: 100%;
    display: block;
    color: black;
    font-size: 28px;
    padding-left: 45vw;
}

.uvodne h3 {
    margin: 5vh 20px;
    padding-left: 3%;
    width: 23vw;
    background-color: black;
}

.footer {
    height: 10vh;
    font-size: 16px;
    position: relative;
    bottom: 5%;
    left: 8%;
    color: black;
}

.hidden-link .link {
    display: none;
}

.other_browser {
    background-color: #000000;
    color: white;
    text-align: center;
    padding: 50px 0;
    font-size: 20px;
}



@media only screen and (max-width: 425px) {
    .vue-daterange-picker {
        color: black;
        padding-left: 2px;
        width: 98% !important;
    }
    .uvodne {
        padding-inline: 7vw;
        margin: 0;
        margin-bottom: 50vh;
        transform: translate(0, 5vh);
    }

    .uvodne h3 {
        margin: 5vh 20px;
        padding-left: 3%;
        width: 23vw;
        background-color: black;
    }
    /*html*/
    .footer{
        display: none;
    }
    .navigation {
        display: none;
    }
    .hidden-link .link {
        background-color: #C1272D;
        font-size: 2.2rem;
        font-family: 'Courier Prime', monospace;
        margin: 0 30px;
        padding-inline-start: 5%;
        display: flex;
        color: white;
    }
    .hidden-link .link:visited {
        text-decoration: none;
    }
    .title3 {
        margin: -2%;
        letter-spacing: 1px;
        height: 30px;
        width: 75vw;
        font-size: 2.6rem;
        margin-left: 10px;
        padding: 0;
    }

    .title1, .title2 {
        margin-bottom: 10px;
        font-size: 2.9rem;
        padding: 0;
    }

    .homepage .logo {
        padding-left: 20px;
    }

    .logo-holder {
        background-color: white;
        width: 100%;
        height: auto;
    }

    .home h3 {
        width: auto;
    }

    .projekat {
        padding-inline: 7vw;
        margin: 0;
        margin-bottom: 50vh;
        transform: translate(0, 5vh);
    }

    .content-text {
        font-size: 16px;
        padding-inline: 10px;
        width: 90%;
    }

    .l-t {
        padding: 0;
    }

    /*vue*/
    .sjednice-prikaz td:first-child {
        width: 105px !important;
    }
    .uputstvo{
        display: none;
    }
    .pretraga{
        display: none;
    }
    .main-header1 {
        font-size: 30px;
        letter-spacing: normal !important;
    }

    .main-header {
        font-size: 30px;
        letter-spacing: normal !important;
    }

    .transcript .logo {
        background-color: white;
        height: 24vh !important;
        margin-bottom: 10vh;
    }

    .transcript .pretraga-column {
        margin-right: 30vw;
    }

    .pretraga-icons {
        display: none;
    }

    .pretraga-column {
        width: 100vw;
    }

    .pretraga-column .form-control {
        position: relative;
        height: 55px !important;
        width: 85vw !important;
        left: 25vw;
        background-color: black;
        color: white !important;
        text-align: center;
        text-transform: uppercase;
        font-size: 2.5rem !important;
    }

    .btn-uputstvo {
        top: 0;
        margin-left: 0;
        padding: 0;
    }

    .uputstvo {
        margin-bottom: 20px !important;
        transform: translate(-65vw, 15vh);
    }

    .filter-column {
        width: 90vw;
        margin-left: 5vw;
    }

    .sjednice-prikaz {
        padding: 0;
    }

    .daterangepicker {
        padding-inline: 20vw;
    }

    .column-1 .tab-body.period {
        text-align: center;

    }

    .column-2 {
        width: 95vw;
        padding-left: 5vw;
    }

    .column-3 {
        min-height: 100vh;
        width: 95vw;
        padding-left: 5vw;
    }

    .tab-header.short {
        margin-top: 2vh;
        width: 100%;
    }

    .sjednice-tip .naziv {
        padding-left: 10px;
        width: 280px;
    }

    .sjednice-tip .naziv {
        padding-left: 10px;
        width: 240px;
    }

}
@media only screen and (min-width: 1680px) {
    .navigation-holder {
        transform: translate(-50%, -40%);
    }
}
@media only screen and (max-width: 401px) {
    .column-1 .tab-body.period {
        padding: 0 !important;
        margin: 0 !important;
        text-align: unset !important;
    }
    .tab-body.period {
        padding: 0 !important;
        margin: 0 !important;
    }
    .daterangepicker .drp-calendar {
        display: inline-block !important;
        max-width: 171px !important;
    }
    .daterangepicker.calendars-container {
        display: inline-block !important;
        width: 100% !important;
        left: 0 !important;
        right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        font-size: 10px !important;

    }

    .daterangepicker.show-calendar .drp-buttons,
    .daterangepicker.show-calendar .drp-calendar {
        display: inline-block;
        justify-content: center;
    }
    .daterangepicker .drp-calendar {
        display: none;
        max-width: 175px;
    }
}
