﻿*:not(.fa):not(.fas):not(.far):not(.fab):not(.fa-solid):not(.fa-regular):not(.fa-bold) {
    font-family: 'Roboto', sans-serif;
}

.navbar-menu .navbar-nav .nav-link[data-bs-toggle=collapse]:after {
    content: "\f105" !important;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900;
}

.custom-accordionwithicon .accordion-button::after {
    content: "\f105" !important;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900;
}

.custom-accordionwithicon .accordion-button:not(.collapsed)::after {
    transform: rotate(90deg);
}

.two-column-title-element {
    background: rgb(47 75 90);
    z-index: 1003;
    left: 60px;
    height: 42px;
    width: 218px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    font-weight: bold;
    color: var(--vz-twocolumn-menu-item-color-dark);
    transition: visibility ease-in-out;
    visibility: hidden;
}

#sidebar-menu.navbar-menu .navbar-nav .nav-sm .nav-link:before {
    width: 0;
    height: 0;
    position: unset;
}

#sidebar-menu.navbar-menu .navbar-nav .nav-sm .nav-link {
    padding: 5px 2px !important;
}

#sidebar-menu.navbar-menu .navbar-nav .nav-sm {
    padding-left: 15px;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    padding: 0;
}

.fixedTitleContent {
    position: fixed;
    z-index: 150;
    box-shadow: 0 1px 2px rgba(56,65,74,.15);
}

.alert-dismissible .btn-close::after {
    content: "\f00d" !important;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900;
}

.auth-bg-cover {
    background-image: url("../media/cover/background.png");
    background-color: #0b2e41;
    background-position: center;
    background-size: cover;
}

.auth-card-design {
    border-radius: 15px;
}

.auth-one-bg {
    background-image: url("../media/cover/Nova_slika_Login.png");
}

.auth-two-bg {
    background-image: url("../media/cover/Nova_slika_Login.png");
    background-position: center;
    background-size: cover;
}


.bg-custom-soft-dark {
    background-color: rgba(0,0,0,.75);
}

#editor {
    min-height: 350px;
}

label.required:after {
    content: '*';
    margin-left: 3px;
    color: #f06548;
}

.form-control:read-only {
    background-color: var(--vz-input-disabled-bg);
    opacity: 1;
}


.form-control.flatpickr-input:read-only {
    background-color: var(--vz-input-bg);
}

.text-justify {
    text-align: justify;
}

.eid-button {
    /*display: flex;
    align-items: center;*/
    /*padding: 0;*/
    text-align: center;
    font-weight: 700;
}

.eid-button-image {
    width: 25px;
    height: 25px;
    background: white;
    margin-right: 10px;
    border-radius: 50%;
    padding: 4px;
}

.dropify-wrapper .dropify-message p {
    font-size: 20px !important;
}

.select2-selection__clear {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    padding-top: 0.5rem !important;
}

.calendar p {
    margin-bottom: 0;
}

.gridHolder {
    padding-right: 10px;
    padding-left: 10px;
}

.monthLi p {
    margin-bottom: 0;
}

.borderBottom2 {
    border-bottom: 2px solid #ccc;
}

.data.gridHolder,
.gridHolder {
    width: 100%;
    display: table;
    position: relative;
}

.twenty,
.sixty {
    float: left;
    padding: 25px 5px 25px 0;
    box-sizing: border-box;
}

.twenty {
    width: 20%;
}

.sixty {
    width: 60%;
}


.custom2FAButton {
    display: flex;
    align-items: center;
    border: 2px dashed var(--vz-indigo);
    padding: 10px;
    border-radius: 10px;
    transition: all ease-in-out .2s;
    color: var(--vz-indigo);
    margin-bottom: 10px;
}

.custom2FAButtonIconWrapper {
    font-size: 2em;
    margin: auto 10px;
}

.custom2FAButtonTextWrapper {
    margin-bottom: 0px;
    font-size: 1.3em;
    font-weight: bold;
}

.custom2FAButton:hover {
    transform: scale(1.01);
    color: var(--vz-vertical-menu-item-hover-color);
    border-color: var(--vz-vertical-menu-item-hover-color);
}

.custom-modal-body-scroll {
    max-height: 80vh;
}

.custom-chat-icon {
    border-radius: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.custom-chat-subject {
    display: flex;
    align-items: center;
}

.custom-notification-border-modal-top-danger {
    border-top: 10px solid #f1556c;
}

.custom-notification-border-modal-top-warning {
    border-top: 10px solid #f7b84b;
}

.custom-notification-border-modal-top-info {
    border-top: 10px solid #4fc6e1;
}

.custom-notification-modal-icon-danger {
    width: 50px;
    height: 50px;
    background: #f1556c;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4em;
    color: white;
}

.custom-notification-modal-icon-warning {
    width: 50px;
    height: 50px;
    background: #f7b84b;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4em;
    color: white;
}

.custom-notification-modal-icon-info {
    width: 50px;
    height: 50px;
    background: #4fc6e1;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4em;
    color: white;
}

.notification-modal-header {
    padding: 5px 10px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ccc;
}

.notification-modal-subject-time-div {
    margin-left: 20px;
}

    .notification-modal-subject-time-div p {
        margin-bottom: 3px;
    }



.error-basic-img {
    max-width: 240px;
}

.selectable-table-row {
    cursor: pointer;
    position: relative;
}

.page-title-right-dashboard {
    min-width: 300px;
}

@media(max-width:990px) {

    #selectAllButton {
        display: none;
    }

    #unselectAllButton {
        display: none;
    }

    .applyToAllText {
        display: none;
    }

    .nmc-prop-names-div {
        display: none;
    }

    .nmc-days,
    .nmc-dates,
    .nmc-visible {
        display: block;
        width: 100%;
    }


        .nmc-days:before,
        .nmc-dates:before,
        .nmc-name:before,
        .nmc-visible:before {
            width: 25%;
            margin-right: 5px;
            display: inline-block;
            font-weight: bold;
        }

        .nmc-days:before {
            content: 'Дани:';
        }

        .nmc-dates:before {
            content: 'Датуми:';
        }

    .nmc-name:before {
        content: 'Назив:';
    }

    .nmc-visible:before {
        content: 'Видљива:';
    }

    .nmc-name {
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .activity-visible-input {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .action-btns-wrapper-nmc {
        justify-content: center !important;
        padding-top: 5px !important;
    }
}
/*body {

.overflow-x-hidden{
    overflow-x: hidden;
}



.selectable-table-row {
    cursor: pointer;
}



.customBtnMenuItem {
    width: 100%!important;
    border: none!important;
    font-weight: 600!important;
    background: transparent!important;
}

.text-justify{
    text-align:justify;
}



.custom-scrollable-modal-body {
    max-height: 72vh;
}

.subscriptionsAccordion p {
    margin-bottom: 0;
}

.accordionElement-subscriptionGroup {
    font-size: medium !important;
}



.custom-top-notification-icon {
    border-radius: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0px;
    margin-top: 3px;
}


.noti-scroll {
    max-height: 230px;
}

#topNotification {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.notification-list .noti-icon-badge {
    display: inline-block;
    position: absolute;
    top: 16px;
    right: 132px;
}

.notification-list .notify-item .notify-details {
    margin-bottom: 5px;
    overflow: hidden;
    margin-left: 45px;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #343a40;
}

.top-notification-item1 {
    grid-area: menu;
    text-align: center;
    padding-right: 5px;
}

.top-notification-item2 {
    grid-area: main;
    text-align: left;
}

.top-notification-item3 {
    grid-area: footer;
    text-align: left;
}

.grid-container-top-notifications {
    display: grid;
    grid-template-areas:
        'menu main main main'
        'menu footer footer footer';
    gap: 1px;
}

*/

.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

    /* Style the buttons inside the tab */
    .tab button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
        font-size: 17px;
    }

        /* Change background color of buttons on hover */
        .tab button:hover {
            background-color: #ddd;
        }

        /* Create an active/current tablink class */
        .tab button.active {
            background-color: #ccc;
        }

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}


td.sportResItemCell {
    padding: 0;
}

    td.sportResItemCell .sportResItemCellWrapper {
        display: flex;
        width: 100%;
        height: 100%;
    }

        td.sportResItemCell .sportResItemCellWrapper .sportResItem {
            width: 100%;
            min-height: 44px;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
        }


.sportResItemEmpty {
    min-height: 44px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


td.sportResItemCellMale .sportResItemCellWrapper {
    border-right: solid 2px #ccc;
}

td.sportResItemCell {
    height: inherit !important;
    padding: 0 !important;
}

    td.sportResItemCell .sportResItemCellWrapper {
        height: inherit !important;
        align-items: stretch;
    }

        td.sportResItemCell .sportResItemCellWrapper .sportResItem {
            height: inherit !important;
        }

@media (max-width: 900px) {
    .testReferenceTable {
        margin-top: 20px;
        border-top: 2px solid #ccc;
        border-bottom: 2px solid #ccc;
    }

        .testReferenceTable thead {
            display: none;
        }

        .testReferenceTable tr {
            display: block;
        }

        .testReferenceTable td {
            display: block;
            border-bottom: 0;
            padding: 0 5px !important;
        }

            .testReferenceTable td:first-child {
                margin-bottom: 10px;
                margin-top: 10px;
                width: 100%;
                font-weight: 600;
            }


    .sportResItemCellMale .sportResItemCellWrapper {
        border-right: none !important;
    }

    .sportResItemCellMale:before {
        content: 'Дечаци';
        text-align: left;
        display: block;
    }

    .sportResItemCellFemale:before {
        content: 'Девојчице';
        text-align: left;
        display: block;
    }
}


.customValuesLoader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #cccccc52;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    z-index: 100;
}

.customValuewLoaderWrapper {
    background: #fff;
    width: 100px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    border: 1px dashed #ccc;
}

.raw-html-wrapper p,
.raw-html-wrapper h1,
.raw-html-wrapper h2,
.raw-html-wrapper h3 {
    margin-bottom: 1px;
    margin-top: 1px;
}

.raw-html-wrapper ul,
.raw-html-wrapper ol {
    margin-top: 0;
    margin-bottom: 5px;
}



@media (max-width: 1400px) {
    #group-fitness-results-table {
        border-top: 2px solid #ccc;
    }

        #group-fitness-results-table tr td {
            border-bottom: none;
            padding-top: 0px;
            padding-bottom: 2px;
        }

            #group-fitness-results-table tr td:first-child {
                padding-top: 10px;
                padding-bottom: 10px;
                font-size: 1.2em;
                border-bottom: 1px dashed #ccc;
            }

        #group-fitness-results-table tr {
            border-bottom: 2px solid #ccc;
        }
}

.alert-wrapper {
    position: fixed;
    z-index: 100;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 90%;
}

@media (min-width:576px) {
    .alert-wrapper {
        width: 80%;
    }
}

@media (min-width:768px) {
}

@media (min-width:992px) {
}

@media (min-width:1200px) {
    .alert-wrapper {
        width: 50%;
    }
}

@media (min-width:1400px) {
    .alert-wrapper {
        width: 40%;
    }
}

.portalVersion {
    position: fixed;
    bottom: 0;
    right: 10px;
    font-weight: 500;
    opacity: 0.3;
    transition: all ease-in-out .4s;
    z-index: 150;
}

    .portalVersion:hover {
        opacity: 1;
    }


.filter-collapse-arrow {
    transition: .2s ease-in-out all;
}

.collapsed .filter-collapse-arrow {
    transform: rotate(180deg);
}

.customSchoolTabLink {
    color: black;
}

.dataTableSpinner {
    width: 100px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    box-shadow: 1px 1px 4px #ccc;
    border: 1px dashed #ccc;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.paginationWrapper {
    width: 100%;
    display: block;
}

.paginationPersonsElement {
    margin: 10px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.paginationTextElement {
    margin: 0 10px;
}

.overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(255,255,255,0.8) url("/img/loader.gif") center no-repeat;
}

body.loading {
    overflow: hidden;
}
    /* Make spinner image visible when body element has the loading class */
    body.loading .overlay {
        display: block;
    }


.min-w-300px {
    min-width: 300px;
}

.min-w-100px {
    min-width: 100px;
}

.min-w-150px {
    min-width: 150px;
}


.bg-gray-100 {
    background-color: var(--vz-gray-100) !important;
}

.bg-gray-200 {
    background-color: var(--vz-gray-200) !important;
}

.bg-gray-300 {
    background-color: var(--vz-gray-300) !important;
}

.bg-gray-400 {
    background-color: var(--vz-gray-400) !important;
}

.bg-gray-500 {
    background-color: var(--vz-gray-500) !important;
}

.bg-gray-600 {
    background-color: var(--vz-gray-600) !important;
}


.profile-wid-bg::before {
    background: linear-gradient(to top,#105378,#002d45);
}

.profile-wid-bg.profile-wid-bg-warning::before {
    background: linear-gradient(to top,#FFBC0A,#562E00 85%);
}

.profile-wid-bg.profile-wid-bg-success::before {
    background: linear-gradient(to top,#00BD9D,#023419 85%);
}

.height-260px {
    height: 260px;
}

.card {
    border: 1px solid var(--vz-primary);
}

[data-layout-mode=dark] .card {
    border-color: #f2f2f2;
}

[data-layout-mode=dark] .dropdown-item.disabled,
[data-layout-mode=dark] .dropdown-item:disabled {
    color: var(--vz-gray-400);
}


.gscale-3 {
    filter: grayscale(0.3);
}

[data-layout-mode=light] #topTitleContent .page-title-box {
    background-color: var(--vz-gray-300);
}

.dataTables_processing.card {
    border-color: transparent;
}

.mh-260px {
    max-height: 260px;
}


@media (min-width: 767.99px) {
    [data-topbar=dark] .topbar-user {
        /*background-color: var(--vz-topbar-user-bg-dark);*/
        background-color: var(--vz-header-bg-dark);
    }
}


.appliedFiltersText {
    font-weight: 400;
    font-size: 0.8em;
}




.card-stat {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.21) 51.56%, rgba(255, 255, 255, 0.00) 100%);
    backdrop-filter: blur(7.5px);
}

    .card-stat .card-header {
        background: transparent;
        color: #fff;
        font-weight: 500;
        border-color: rgba(255,255,255,.3) !important;
    }

.card-stat {
    border-color: rgba(255,255,255,.3) !important;
    border-radius: 12px;
}

    .card-stat .apexcharts-legend-text {
        color: #fff !important;
        transition: color ease-in-out .1s;
    }

        .card-stat .apexcharts-legend-text:hover {
            color: #878a99 !important;
        }




.profile-wid-bg-statistics {
    height: 100vh;
}

.candidateInactiveTestingStatisticsWrapper {
    border: 1px solid #ccc;
    border-radius: 12px;
    background: linear-gradient(to top,#1053788f,#002d45), url("../media/cover/Statistika_Pozadina.png") no-repeat center/cover;
    /*backdrop-filter: blur(7.5px);*/
}

.filelist-icon {
    height: 30px;
}


.scoreRangeIndexTable .genderValueCell {
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    font-weight: bold;
    border-right: 2px solid var(--vz-dark) !important;
    background-color: var(--vz-gray-300) !important;
}

.scoreRangeIndexTable .scoreRangesHeaderRow {
    background: var(--vz-gray-300);
}

    .scoreRangeIndexTable .scoreRangesHeaderRow th {
        border-bottom: 2px solid var(--vz-dark);
    }


.scoreRangeIndexTable .scoreRangeValueCell:nth-child(3n+2):not(:last-child):not(:nth-child(2)) {
    border-right: 1px solid var(--vz-gray-600);
}

.scoreRangeIndexTable td {
    border-bottom: 1px solid var(--vz-gray-500);
}

.scoreRangeIndexTable th:not(:last-child) {
    border-right: 1px solid var(--vz-gray-600);
}

.scoreRangeIndexTable .scoreRangesSecondHeaderRow td:nth-child(3n+3):not(:last-child):not(:nth-child(3)),
.scoreRangeIndexTable .scoreRangesSecondHeaderRow td:nth-child(2) {
    border-right: 1px solid var(--vz-gray-600);
}

.scoreRangeIndexTable .scoreRangesSecondHeaderRow td:not(:first-child) {
    border-bottom: 2px solid var(--vz-gray-700);
}

.scoreRangeIndexTable .gradeDefinitionValueCell {
    border-right: 1px solid var(--vz-gray-600);
}

.success-value-badge:after,
.warning-value-badge:after,
.danger-value-badge:after {
    content: "\f111";
    font-family: FontAwesome;
    font-size: 8px;
    display: inline-block;
    vertical-align: top;
    margin-left: 1px;
}


.success-value-badge:after {
    color: var(--vz-success);
}

.danger-value-badge:after {
    color: var(--vz-danger);
}

.warning-value-badge:after {
    color: var(--vz-warning);
}

.scoreRangeValueCell {
    cursor: pointer;
    transition: all ease-in-out .1s;
}

    .scoreRangeValueCell.bg-soft-danger:hover {
        background-color: var(--vz-danger) !important;
    }

    .scoreRangeValueCell.bg-soft-success:hover {
        background-color: var(--vz-success) !important;
    }

    .scoreRangeValueCell.bg-soft-warning:hover {
        background-color: var(--vz-warning) !important;
    }


.h-165px {
    height: 165px;
}

.quillContent * {
    margin: 0px;
    padding: 0px;
}

.ql-size-small {
    font-size: 85%;
}

.ql-size-normal {
    font-size: 100%;
}

.ql-size-large {
    font-size: 115%;
}

.verified-icon {
    color: green;
    margin-left: 8px;
}

.not-verified-icon {
    color: orange;
    margin-left: 8px;
}

.verified-tooltip {
    position: relative;
    display: inline-block;
}

    .verified-tooltip .verified-tooltip-text {
        visibility: hidden;
        width: 120px;
        background-color: #555;
        color: #fff;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        margin-left: -60px;
        opacity: 0;
        transition: opacity 0.3s;
    }

        .verified-tooltip .verified-tooltip-text::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    .verified-tooltip:hover .verified-tooltip-text {
        visibility: visible;
        opacity: 1;
    }


.btn-custom-role {
    max-height: 38px;
    width: max-content;
}

#rolesSelect {
    min-width: 400px;
}

.login-logo-gradient {
    background-image: linear-gradient(#fff, transparent);
}

.list-item-dashed {
    list-style: '-   ';
}

.topContentDropdownMenu {
    max-height: 70vh;
    overflow-y: auto;
}


#notificationBody {
    word-wrap: break-word;
}

#error-message-div {
    display: none;
}

#success-message-div {
    display: none;
}

.place-code-table-header {
    word-wrap: break-word;
    max-width: 250px;
}

.person-roles-label-for-select {
    padding-right: 7px;
}

#privacy-policy-path {
    fill: var(--vz-card-bg-custom);
}

.school-testing-description-editor {
    min-height: 400px;
}

#editor-sport-teacher-description {
    min-height: 200px;
}

.sport-teacher-description {
    min-height: 200px;
}

#editor-candidate-description {
    min-height: 200px;
}

.candidate-description {
    min-height: 200px;
}

#editor-parent-description {
    min-height: 200px;
}

.parent-description {
    min-height: 200px;
}

.video-instruction-url-div {
    max-height: 450px;
}

.error-description-span {
    color: red;
}

#testingApplicationsPieChart {
    max-height: 100px;
}

#fitnessTestingHealthZonesPieChartIuZ, #fitnessTestingHealthZonesPieChartT4x10, #fitnessTestingHealthZonesPieChartPuS, #fitnessTestingHealthZonesPieChartSR, #fitnessTestingHealthZonesPieChartSuD, #fitnessTestingHealthZonesPieChartLiS {
    max-height: 100px;
}

#fitnessTestingHealthZonesPieChartBMI {
    min-height: 100px;
    max-height: 100px;
}

.environment-container {
    font-weight: bold;
    color: red;
}

.environment-container-div {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#event-notification-container {
    max-height: 300px;
}

.update-score-range-modal {
    display: none;
}
