@font-face {
    font-family: Cunia;
    src: url(font/Cunia.ttf);
}

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}

.table-borderless > tbody > tr {
    background-color: white !important;
}

.cke_notifications_area{
    display: none; !important;
}

.fc-content {
    color:white;
}

.fc-content:hover {
    cursor: pointer;
}

.baseColor {
    color: var(--primarycolor) !important;
}

.baseColorBackground {
    background-color: var(--primarycolor) !important;
}

.baseFont {
    font-family: "Cunia", "Montserrat", sans-serif;
}

.jeleTitle {
    font-family: "Cunia", "Montserrat", sans-serif;
    font-size: 2em;
}

.copyright {
    font-family: "Cunia", "Montserrat", sans-serif;
}

#programHeaderIcon {
    font-size: 2em;
}

main > div.container-fluid {
    min-height: 600px;
}

.initials {
    font-size: 18px;
}

.searchIcon {
    font-size: 1.5em;
    padding-top: 5px;
}

.iconNew {
    font-size: 2em;
    margin-right: 10px;
    color: #109d19;
    cursor: pointer;
}

.poruka-lg {
    margin-top: 10px;
    margin-left: 10px;
}

.brisanjeStavke {
    color: red !important;
    font-size: 2em;
}

.autocompete-select {
    padding-top: 5px;
}

.nazivListe {
    padding-top: 7px;
}

.stavka-autocomplete {
    margin-bottom: 10px;
    padding: 5px;
}

ul.pagination > li.active {
    font-weight: bold;
    text-decoration: underline;
}

.geskaAutocomplete {
    color: red;
}

#header-fix .dropdown-menu {
    min-width: 320px;
}

#education_form_times label {
    display: none;
}
#education_form_participants {
    display: none;
}

.input-error {
    color: red !important;
}

.logoFix {
    white-space: no-wrap;
    display: inline-flex;
    flex-wrap: wrap;
}

.logoFix svg {
    width: 78px;
}

.logo-text {
    position: absolute;
    left: 90px;
    top: 23px;
}

.mobile {
    display: none;
}

.desktop {
    display: block;
}

#header-fix .logo-bar {
    width: 250px;
!important;
}

.container-iframe {
    width: 600px !important;
    height: 400px !important;
}

@media only screen and (max-width: 640px) {
    .logo-text {
        display: none;
    }

    #header-fix .logo-bar {
        width: 150px;
    }

    .container-iframe {
        width: 300px !important;
        height: 600px !important;
    }
}

@media only screen and (max-width: 520px) {
    #header-fix .logo-bar {
        width: 100px !important;
    }
    .nav-bar-home-icon {
        display: none !important;
    }

    .hide-mobile {
        display: none !important;
    }

    .public-nav-ol {
        display: flex;
    }

    .tab-button-mobile-full-width {
        width: 100%;
    }
}

@media only screen and (max-width: 900px) {
    .role-name-header {
        display: none;
    }

    .test-alert-header {
        display: none;
    }

    #language-span {
        display: none;
    }

    .public-nav-ol {
        display: block;
        text-align: center;
        list-style-position: inside;
    }

    .public-nav-li {
        width: 100%;
    }

    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }
}


#institution_form_points label {
    display: none;
}

#other_education_form_points label {
    display: none;
}


.x {
    height: 30px;
    width: 30px;
    background-color: black;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 15px;
    cursor: pointer;
}

.x:after {
    position: absolute;
    top: 5px;
    bottom: 0;
    left: 0;
    right: 0;
    content: "\274c"; /* use the hex value here... */
    font-size: 15px;
    color: #FFF;
    text-align: center;
}

.public-navbar {
    width: 100px;
    min-height: 80px;
    overflow: hidden;
    padding-bottom: 10px;
    -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}

.full-size-img {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    text-align: center;
}

.full-size-img img {
    max-width: 80%;
    max-height: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}

input:checked + .slider {
    background-color: #4CAF50;
}

input:focus + .slider {
    box-shadow: 0 0 1px #4CAF50;
}

input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

.select2-search .help_atribut_link {
    display: none;
}

.ratingContent .help_atribut_link {
    display: none;
}