:root {
    --primary-blue: #013068;
    --primary-green: #97c95f;
    --red-color: red;
    --white-color: #fff;
    --dark-text-color: #333;
    --light-background-gray: #f9f9f9;
    --medium-background-gray: #eee;
    --border-gray: #ced4da;
    --text-gray: #495057;
    --light-text-gray: #aaa;
    --dashboard-bg-color: #e1e1e1;
    --semi-transparent-white-90: rgba(255,255,255,0.9);
    --semi-transparent-black-50: rgba(0, 0, 0, 0.5);
    --bootstrap-danger-red: #dc3545;
    --gray-text-color: #95999c;
    --dark-gray-background: #5f605f;
    --active-green: #04AA6D;
    --hover-light-blue: #b8dafc;
    --error-red-alt: #ef0606;
    --info-blue: #2196F3;
    --hover-dark-blue: #4c87af;
    --font-color-gray: #939393;
    --secondary-blue: #1d68a7;
    --secondary-gray: #6c757d;
    --success-green: #38c172;
    --light-gray-background: #eeeeee;
}

/*body{
    background: red;
}*/

/*background: #1B59A2;*/
.btn-primary{
    color: var(--white-color);
    background-color: var(--primary-blue);
    border-color: var(--primary-blue);
}
*{
    outline: none;
}
b, strong{
    font-weight: bold;
}
.row{
    margin-left: 0;
    margin-right: 0;
}
.fas.fa-times{
    color: var(--red-color);
}
.padding0{
    padding: 0;
}
.pr{
    position: relative;
}

.tab-content > .tab-pane {
    display: block;
    visibility: hidden;
    position: absolute;
    top: 0;
}
.tab-content > .tab-pane:not(.active){
    height: 100%;
    overflow: hidden;
    width: 100%;
}
.tab-content > .active {
    display: block;
    visibility: visible;
    position: relative;
}
.navbar-light .navbar-toggler{
    background-color: var(--white-color);
}

.padding2-l-20{
    padding-left: 20px;
}
.table-caption{
    display: table-caption;
}
.red-text{
    color: var(--red-color);
}
.file_details{
    font-style: italic;
    font-size: 13px;
}
.required-input-label{
    position: relative;
}
.required-input-label::after{
    content: '*';
    color: var(--red-color);
    position: absolute;
    right: 3px;
    top: 3px;
    font-weight: bold;
    font-size: 16px;
}
.form-group label.error{
    color: var(--red-color);
}

a{
    color: var(--primary-blue);
}
label:not(.col-form-label){
    cursor: pointer;
}

body{
    font-weight: 100;
    position: relative;
    padding-bottom: 50px;
    min-height: calc(100vh);
    font-family: "Roboto", sans-serif;
}
body.login-view{
    background-color: var(--primary-blue);
    padding-bottom: 120px;
}
.login-view nav{
    display: none;
}
.login-view .invalid-feedback{
    display: block;
    font-size: 14px;
}
.login-view .card{
    border: 0;
    background: transparent;
}
.login-view .card-header{
    border: 0;
    background-color: var(--primary-blue);
}
.login-view .card-header img{
    max-height: 150px;
}
.login-view .card-header .title{
    font-size: 26px;
    margin-top: 30px;
    color: var(--white-color);
    margin-bottom: 30px;
}
.login-view .card-body{
    border-radius: 0.25rem;
    padding-top: 40px;
    padding-bottom: 40px;
    background: var(--white-color);
}
body.dashboard-view{
    background-image: url(../img/settings/efos-bg-dashboard.jpg);
    background-blend-mode: multiply;
    background-color: var(--dashboard-bg-color);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding-bottom: 115px;
    /*background-blend-mode: multiply;
    background-color: #a4a4a4;*/
}
#admin-dashboard-tabs .nav-tabs .nav-link,
#student-details-form .nav-tabs .nav-link,
#student-form .nav-tabs .nav-link{
    background: var(--semi-transparent-white-90);
    margin-right: 10px;
}
#admin-dashboard-tabs .nav-tabs .nav-link.active{
    background-color: var(--primary-blue) !important;
    color: var(--white-color);
}
table{
    width: 100%;
}
.dataTables_wrapper{
    width: 100%;
}
table.dataTable tbody tr.even{
    background: var(--light-background-gray);
}
table.dataTable tbody tr:hover{
    background: var(--medium-background-gray);
}
.dataTables_length select{
    height: calc(1.6em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.6;
    color: var(--text-gray);
    background-color: var(--white-color);
    background-clip: padding-box;
    border: 1px solid var(--border-gray);
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
input[type="file"]:invalid{
    box-shadow: none;
}



#app .navbar-nav .nav-item.dropdown a{
    /*color: #333;*/
}
#app .navbar-nav .nav-link{
    display: inline-block;
}



#app nav{
    background: var(--white-color) !important;
}
#app nav a{
    color: var(--primary-blue);
}
#app nav .navbar-brand{
    display: flex;
    align-items: center;
}
#app nav .navbar-brand img{
    max-height: 80px;
    margin-right: 30px;
    height: 80px;
}
#app nav .navbar-brand span{
    word-wrap: break-word;
    white-space: normal;
}




/* croppie upload img */
.fotografija-potpis-wrap,
.fotografija-wrap{
    padding-bottom: 60px;

}
.upload-fotografija-wrap{
    width: 320px;
    height: 320px;
    margin: 0 auto;
    position: relative;
}
.upload-fotografija-potpis-wrap{
    width: 420px;
    height: 90px;
    margin: 0 auto;
    position: relative;
}
.upload-msg{
    text-align: center;
    padding: 50px;
    font-size: 22px;
    color: var(--light-text-gray);
    width: 320px;
    height: 320px;
    margin: 0;
    border: 1px solid var(--light-text-gray);
    display: flex;
    align-items: center;
}
.upload-potpis-msg{
    text-align: center;
    padding: 50px;
    font-size: 19px;
    color: var(--light-text-gray);
    width: 420px;
    height: 90px;
    margin: 0 auto;
    border: 1px solid var(--light-text-gray);
    display: flex;
    align-items: center;
}
.remove-uploaded-potpis-img,
.remove-uploaded-img{
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    font-size: 18px;
}
.upload-msg label{
    margin: 0 auto;
}
.upload-potpis-msg label{
    margin: 0 auto;
}
.upload-fotografija-potpis .upload-fotografija-potpis-wrap,
.upload-fotografija-potpis .upload-potpis-result,
.upload-fotografija-potpis.ready .upload-potpis-msg,
.upload-fotografija .upload-fotografija-wrap,
.upload-fotografija .upload-result,
.upload-fotografija.ready .upload-msg{
    display: none;
}
.upload-fotografija-potpis.ready .upload-fotografija-potpis-wrap,
.upload-fotografija.ready .upload-fotografija-wrap{
    display: block;
}
.croppie-container .cr-boundary {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.croppie-container .cr-slider-wrap {
    width: 75%;
    margin: 30px auto 15px auto;
    text-align: center;
}
.croppie-container .cr-image {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: 0 0;
    max-height: none;
    max-width: none;
}
.cr-slider {
    -webkit-appearance: none;
    border: 1px solid var(--white-color);
    width: 320px;
    max-width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: transparent;
}
.croppie-container {
    width: 100%;
    height: 100%;
}

.croppie-container .cr-image {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: 0 0;
    max-height: none;
    max-width: none;
}

.croppie-container .cr-boundary {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.croppie-container .cr-viewport,
.croppie-container .cr-resizer {
    position: absolute;
    border: 2px solid var(--white-color);
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    box-shadow: 0 0 2000px 2000px var(--semi-transparent-black-50);
    z-index: 0;
}

.croppie-container .cr-resizer {
    z-index: 2;
    box-shadow: none;
    pointer-events: none;
}

.croppie-container .cr-resizer-vertical,
.croppie-container .cr-resizer-horisontal {
    position: absolute;
    pointer-events: all;
}

.croppie-container .cr-resizer-vertical::after,
.croppie-container .cr-resizer-horisontal::after {
    display: block;
    position: absolute;
    box-sizing: border-box;
    border: 1px solid black;
    background: var(--white-color);
    width: 10px;
    height: 10px;
    content: '';
}

.croppie-container .cr-resizer-vertical {
    bottom: -5px;
    cursor: row-resize;
    width: 100%;
    height: 10px;
}

.croppie-container .cr-resizer-vertical::after {
    left: 50%;
    margin-left: -5px;
}

.croppie-container .cr-resizer-horisontal {
    right: -5px;
    cursor: col-resize;
    width: 10px;
    height: 100%;
}

.croppie-container .cr-resizer-horisontal::after {
    top: 50%;
    margin-top: -5px;
}

.croppie-container .cr-original-image {
    display: none;
}

.croppie-container .cr-vp-circle {
    border-radius: 50%;
}

.croppie-container .cr-overlay {
    z-index: 1;
    position: absolute;
    cursor: move;
    touch-action: none;
}

.croppie-container .cr-slider-wrap {
    width: 75%;
    margin: 15px auto;
    text-align: center;
}

.croppie-result {
    position: relative;
    overflow: hidden;
}

.croppie-result img {
    position: absolute;
}

.croppie-container .cr-image,
.croppie-container .cr-overlay,
.croppie-container .cr-viewport {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

/*************************************/
/***** STYLING RANGE INPUT ***********/
/*************************************/
/*http://brennaobrien.com/blog/2014/05/style-input-type-range-in-every-browser.html */
/*************************************/

.cr-slider {
    -webkit-appearance: none;
    /*removes default webkit styles*/
    /*border: 1px solid white; *//*fix for FF unable to apply focus style bug */
    width: 300px;
    /*required for proper track sizing in FF*/
    max-width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: transparent;
}

.cr-slider::-webkit-slider-runnable-track {
    width: 100%;
    height: 3px;
    background: var(--semi-transparent-black-50);
    border: 0;
    border-radius: 3px;
}

.cr-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ddd;
    margin-top: -6px;
}

.cr-slider:focus {
    outline: none;
}
/*
.cr-slider:focus::-webkit-slider-runnable-track {
background: #ccc;
}
*/

.cr-slider::-moz-range-track {
    width: 100%;
    height: 3px;
    background: var(--semi-transparent-black-50);
    border: 0;
    border-radius: 3px;
}

.cr-slider::-moz-range-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ddd;
    margin-top: -6px;
}

/*hide the outline behind the border*/
.cr-slider:-moz-focusring {
    outline: 1px solid var(--white-color);
    outline-offset: -1px;
}

.cr-slider::-ms-track {
    width: 100%;
    height: 5px;
    background: transparent;
    /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
    border-color: transparent;/*leave room for the larger thumb to overflow with a transparent border */
    border-width: 6px 0;
    color: transparent;/*remove default tick marks*/
}
.cr-slider::-ms-fill-lower {
    background: var(--semi-transparent-black-50);
    border-radius: 10px;
}
.cr-slider::-ms-fill-upper {
    background: var(--semi-transparent-black-50);
    border-radius: 10px;
}
.cr-slider::-ms-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ddd;
    margin-top:1px;
}
.cr-slider:focus::-ms-fill-lower {
    background: var(--semi-transparent-black-50);
}
.cr-slider:focus::-ms-fill-upper {
    background: var(--semi-transparent-black-50);
}
/*******************************************/

/***********************************/
/* Rotation Tools */
/***********************************/
.cr-rotate-controls {
    position: absolute;
    bottom: 5px;
    left: 5px;
    z-index: 1;
}
.cr-rotate-controls button {
    border: 0;
    background: none;
}
.cr-rotate-controls i:before {
    display: inline-block;
    font-style: normal;
    font-weight: 900;
    font-size: 22px;
}
.cr-rotate-l i:before {
    content: '↺';
}
.cr-rotate-r i:before {
    content: '↻';
}








#admin-dashboard-tabs.card,
#student-details-form.card,
#student-form.card{
    border: 0;
    background: transparent;
}
#admin-dashboard-tabs .card-header,
#student-details-form .card-header,
#student-form .card-header{
    border: 0;
    padding: 0;
    background: transparent;
}
#admin-dashboard-tabs .card-body,
#student-details-form .card-body,
#student-form .card-body{
    /*border: 1px solid #013068;*/
    border: 0;
    /*border-top: 0;*/
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    background: var(--white-color);
}
#admin-dashboard-tabs .nav-tabs,
#student-details-form .nav-tabs,
#student-form .nav-tabs{
    border-bottom: 1px solid var(--primary-blue);
    border-bottom: 0;
}
#admin-dashboard-tabs .nav-tabs li,
#student-details-form .nav-tabs li,
#student-form .nav-tabs li{
    position: relative;
}
#admin-dashboard-tabs .nav-tabs .nav-link.active,
#admin-dashboard-tabs .nav-tabs .nav-item.show .nav-link,
#student-details-form .nav-tabs .nav-link.active,
#student-details-form .nav-tabs .nav-item.show .nav-link,
#student-form .nav-tabs .nav-link.active,
#student-form .nav-tabs .nav-item.show .nav-link{
    background: var(--white-color);
}
#admin-dashboard-tabs .nav-tabs .nav-link.active,
#admin-dashboard-tabs .nav-tabs .nav-item.show .nav-link,
#student-details-form .nav-tabs .nav-link.active,
#student-details-form .nav-tabs .nav-item.show .nav-link,
#student-form .nav-tabs .nav-link.active,
#student-form .nav-tabs .nav-item.show .nav-link{
    border-color: var(--primary-blue) var(--primary-blue) var(--white-color);
}
#admin-dashboard-tabs .nav-tabs .nav-link:hover,
#admin-dashboard-tabs .nav-tabs .nav-link:focus,
#student-details-form .nav-tabs .nav-link:hover,
#student-details-form .nav-tabs .nav-link:focus,
#student-form .nav-tabs .nav-link:hover,
#student-form .nav-tabs .nav-link:focus{
    border-color: var(--primary-blue) var(--primary-blue) var(--white-color);
    background: var(--white-color);
}
#admin-dashboard-tabs .nav-tabs .nav-link.active::after,
#student-details-form .nav-tabs .nav-link.active::after,
#student-form .nav-tabs .nav-link.active::after{
    content: '';
    width: calc(100% - 2px);
    height: 1px;
    display: block;
    background: var(--white-color);
    position: absolute;
    bottom: 0;
    left: 1px;
}
.nav-tabs .nav-link{
    border: 0;
}
#student-form .nav-tabs .nav-link.active,
#student-details-form .nav-tabs .nav-link.active,
#admin-dashboard-tabs .nav-tabs .nav-link.active{
    font-weight: bold;
}




/*table.dokumenti-suglasnost{*/
/*    width: 100%;*/
/*    min-width: 768px;*/
/*}*/
/*table.dokumenti-suglasnost thead th{*/
/*    text-align: center;*/
/*    font-weight: bolder;*/
/*}*/
/*table.dokumenti-suglasnost .subtable{*/
/*    width: 100%;*/
/*}*/
/*.dokumenti-suglasnost > thead > tr > th,*/
/*.dokumenti-suglasnost > tbody > tr > td{*/
/*    border: 1px solid #013068;*/
/*}*/
/*.dokumenti-suglasnost > tbody > tr > td{*/
/*    padding-left: 20px;*/
/*    padding-right: 20px;*/
/*}*/
/*table.dokumenti-suglasnost .form-group{*/
/*    margin-bottom: 0;*/
/*}*/



#predaja-dokumenata,
#maticni-list{
    overflow-y: scroll;
}
table#maticni-list-table{
    width: 100%;
    min-width: 768px;
}
table#maticni-list-table thead th{
    text-align: center;
    font-weight: bolder;
}
table#maticni-list-table .subtable{
    width: 100%;
}
#maticni-list-table > thead > tr > th,
#maticni-list-table > tbody > tr > td{
    border: 1px solid var(--primary-blue);
}
#maticni-list-table > tbody > tr > td:first-child{
    text-align: center;
}
/*#maticni-list-table > tbody > tr > td:nth-child(2){
    padding-left: 20px;
}*/
#maticni-list-table > tbody > tr > td{
    padding: 10px 0;
}
table#maticni-list-table .subtable tbody > tr:not(:first-child) > td{
    border-top: 1px solid var(--primary-blue);
}
table#maticni-list-table .subtable tbody > tr:first-child > td{
    padding-top: 0;
    padding-bottom: 10px;
}
table#maticni-list-table .subtable tbody > tr:not(:first-child) > td{
    padding-top: 10px;
    padding-bottom: 0;
}
#maticni-list-table > tbody > tr.has-table .subtable > tbody > tr > td{
    padding-left: 20px;
    padding-right: 20px;
}
#maticni-list-table > tbody > tr:not(.has-table) > td:not(:first-child){
    padding-left: 20px;
    padding-right: 20px;
}
table#maticni-list-table .select-radio-label{
    margin-bottom: 0;
    position: relative;
}
table#maticni-list-table .select-radio-label label{
    border-radius: 100%;
    display: flex;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
}
table#maticni-list-table .select-radio-label input{
    visibility: hidden;
    position: absolute;
}
table#maticni-list-table .select-radio-label input:checked + label{
    border: 1px solid var(--primary-blue);
}
.select-radio-label input:invalid + label,
.select-radio-label-bold input:invalid + label{
    color: var(--red-color);
}
table#maticni-list-table .form-group.row{
    margin-bottom: 0;
}
table#maticni-list-table .prebivaliste-table-td{
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0 !important;
}
table#maticni-list-table #prethodna_ss_naziv_programa.error{
    height: calc(100% - 20px) !important;
}
table#maticni-list-table .prebivaliste-table-td .prebivaliste-table > tbody > tr > td:first-child{
    border-right: 1px solid var(--primary-blue);
}
table#maticni-list-table .prebivaliste-table-td .prebivaliste-table > tbody > tr > td:last-child{
    padding: 0;
}
table#maticni-list-table .prebivaliste-table-td .prebivaliste-table table tr td{
    padding-left: 0;
    padding-right: 0;
}
table#maticni-list-table .prebivaliste-table-td .prebivaliste-table table tr:not(:first-child) td{
    border-top: 1px solid var(--primary-blue);
}
table#maticni-list-table .prebivaliste-table-td .prebivaliste-table table tr td{
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
table#maticni-list-table .prebivaliste-table-fields{
    padding: 0 !important;
}
table#maticni-list-table .prebivaliste-table-fields table{
    width: 100%;
}
table#maticni-list-table .prebivaliste-table-fields table td{
    display: flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
}
table#maticni-list-table .prebivaliste-table-fields table tr:not(:first-child) td{
    border-top: 1px solid var(--primary-blue);
}
table#maticni-list-table .prebivaliste-table-fields table tr .form-group{
    width: 100%;
    padding: 0 20px;
}
table#maticni-list-table .prethodna-ss-table-td tbody > tr > td:last-child table tr:not(:first-child) td{
    border-top: 1px solid var(--primary-blue);
}
table#maticni-list-table .prethodna-ss-table-td{
    padding: 0 !important;
}
table#maticni-list-table .prethodna-ss-table-td p{
    margin: 0;
}
table#maticni-list-table .prethodna-ss-table-td .verticalTabletext{
    border-right: 1px solid var(--primary-blue);
}
table#maticni-list-table .prethodna-ss-table-td > table table > tbody > tr > td{
    padding: 10px 20px;
}
table#maticni-list-table .prethodna-ss-table-fields{
    padding: 0 !important;
}
table#maticni-list-table .prethodna-ss-table-fields table tr:not(:last-child) td{
    border-bottom: 1px solid var(--primary-blue);
}
table#maticni-list-table .prethodna-ss-table-fields table tr:first-child td{
    padding: 10px 20px;
}
table#maticni-list-table .prethodna-ss-table-fields table tr:nth-child(2) td,
table#maticni-list-table .prethodna-ss-table-fields table tr:nth-child(3) td{
    padding: 3.3px 20px;
}
table#maticni-list-table tbody .objasnjenja_uz_pitanja_11_12 td,
table#maticni-list-table tbody .prethodna_ss_napomena td{
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
}
table#maticni-list-table tbody .prethodna_ss_napomena td{
    border: 0;
}
table#maticni-list-table tbody .ime_oca_majke td:first-child{
    padding: 10px 20px 10px 0;
    border-right: 1px solid var(--primary-blue);
}
table#maticni-list-table tbody .ime_oca_majke td:last-child{
    padding: 10px 0 10px 20px;
}
table#maticni-list-table tbody .kvalifikacije_oca_majke-fields{
    padding: 0 !important;
}
table#maticni-list-table tbody .kvalifikacije_oca_majke-fields tr:not(:last-child) td:first-child,
table#maticni-list-table tbody .kvalifikacije_oca_majke-fields tr:not(:last-child) td:last-child{
    border-bottom: 1px solid var(--primary-blue);
}
table#maticni-list-table tbody .kvalifikacije_oca_majke-fields td:first-child{
    padding-left: 20px;
    border-right: 1px solid var(--primary-blue);
}
table#maticni-list-table tbody .kvalifikacije_oca_majke-fields td:last-child{
    padding-right: 20px;
}
table#maticni-list-table tbody .socijalni_polozaj-fields,
table#maticni-list-table tbody .zanimanje-fields{
    padding: 0 !important;
}
table#maticni-list-table tbody .socijalni_polozaj-fields tr:not(:last-child) td,
table#maticni-list-table tbody .zanimanje-fields tr:not(:last-child) td{
    border-bottom: 1px solid var(--primary-blue);
}
table#maticni-list-table tbody .zanimanje-fields tr td,
table#maticni-list-table tbody .socijalni_polozaj-fields tr td{
    padding: 10px 20px;
}

.table#maticni-list-table

#upload-potpis-error,
#upload-error{
    margin-top: 20px;
}
#tab-2-next-step{
    margin-bottom: 30px;
}
#tab-3-next-step{
    margin-top: 30px;
    margin-bottom: 30px;
}
.current_mjesto_i_datum{
    margin-top: 30px;
}
.current_mjesto_i_datum > .col-md-6:first-child,
.current_mjesto_i_datum > .col-md-6:last-child{
    border: 1px solid var(--primary-blue);
    padding: 20px;
}
.current_mjesto_i_datum .current_mjesto_i_datum_fields .col-md-6:nth-child(2){
    padding-right: 10px;
}
.current_mjesto_i_datum .current_mjesto_i_datum_fields .col-md-6:last-child{
    padding-left: 10px;
}




#opceniti-podaci .select-radio-label-bold label{
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 8px;
}
#opceniti-podaci .select-radio-label-bold input{
    position: absolute;
    visibility: hidden;
}
#opceniti-podaci .select-radio-label-bold input:checked + label{
    font-weight: bold;
    font-size: 16px;
}

.open-add-odluka-privitak-field,
.open-add-zamolba-privitak-field,
.open-add-osobna-field{
    color: var(--primary-blue);
    cursor: pointer;
    position: absolute;
    top: 7px;
    right: -10px;
    font-size: 20px;
}
.open-add-odluka-privitak-field.fa-plus,
.open-add-zamolba-privitak-field.fa-plus,
.open-add-osobna-field.fa-plus{
    color: var(--primary-blue);
}
.open-add-odluka-privitak-field.fa-minus,
.open-add-zamolba-privitak-field.fa-minus,
.open-add-osobna-field.fa-minus{
    color: var(--red-color);
}
.zamolba_privitak_2_field,
.zamolba_privitak_3_field,
.osobna_iskaznica_drugi_field{
    display: none;
}



.preporucena_posta label{
    font-weight: bold;
}



.padding-top-bottom-0{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.h-100{
    height: 100%;
}
.w-100{
    width: 100%;
}
.v-align-top{
    vertical-align: top;
}


.rotate-text{
    /*white-space: nowrap;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);*/
}
.verticalTabletext p{

}
/*.verticalTabletext{
    text-align:center;
    white-space:nowrap;
    transform-origin:50% 50%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.verticalTabletext:before{
    content:'';
    padding-top:110%;
    display:inline-block;
    vertical-align:middle;
}
*/


.select-participacija-container > .col-12{
    display: none;
}
.select-participacija-container .izvanredni_student_pravo_umanjenje_participacije input{
    position: absolute;
    visibility: hidden;
}
.select-participacija-container .izvanredni_student_pravo_umanjenje_participacije input:checked + label{
    font-weight: bold;
    font-size: 16px;
}
.izvanredni_student_pravo_umanjenje_participacije_container{
    display: none;
}
.izvanredni_student_pravo_umanjenje_participacije_ne_container,
.izvanredni_student_pravo_umanjenje_participacije_da_container{
    display: none;
}
.show-container{
    display: block !important;
}



.redovni_potvrda_o_prebivalistu_container.no_redovni_potvrda_o_prebivalistu{
    display: none;
}



#potvrdi-upis.btn-secondary{
    cursor: not-allowed;
}








/* Admin css */
.akcija{
    font-size: 18px;
}
.akcija:not(:last-child){
    margin-right: 10px;
}
.fas.fa-eye{
    color: orange;
}
.far.fa-envelope{
    color: green;
}
#student-details-tabs-content #predaja-dokumenata .file_details,
#student-details-tabs-content #predaja-dokumenata-participacija .file_details{
    margin-top: 10px;
}
.admin-dashboard .alert.alert-success{
    display: inline-block;
}
.btn-white{
    color: #000;
    background-color: var(--white-color);
    border-color: var(--white-color);
}
.back-btn{
    float: right;
}
.fas.fa-check.obradena-zamolba::after{
    content: attr(data-date);
    color: var(--dark-text-color);
    font-size: 14px;
    font-weight: normal;
    width: 100%;
    display: block;
    margin-top: 5px;
}

.testTag{
    color: var(--white-color);
    background-color: var(--secondary-blue);
    border-color: var(--secondary-blue);
    border: solid 1px;
    border-radius: 5px;
    border-collapse: collapse;
    padding: 4px;
}

textarea#target{

}

footer{
    position: absolute;
    bottom: 0;
    width: 100%;
}
footer a{
    line-height: 1;
}
.main-footer.row a{
    padding-bottom: 9px !important;
}

.doc_style{
    padding: 10px 0;
    border: 1px solid black;
}
.doc_style > :first-child{
    font-size: 17px;
}

.disabled-ugovor{
    color: var(--white-color) !important;
    background-color: var(--secondary-gray) !important;
    border-bottom: 1px solid var(--secondary-gray) !important;
    position: relative;
    top: -1px;
    /*border-color: #6c757d !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;*/
}


/* loader */
.lds-default-container{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999999999999;
    width: 100%;
    height: 100%;
    overflow: visible;
    opacity: 0.8;
    background: var(--dark-text-color);
    display: flex;
}
.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    align-self: center;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid var(--white-color);
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: var(--white-color) transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
#predmeti h3,
#predmeti .predmeti-links {
    font-size: 1.12rem;
}
#dodaj-novi-termin-modal .modal-dialog,
#uredi-termin-modal .modal-dialog {
    max-width: 1000px;
}

@media (min-width: 768px) {
    .current_mjesto_i_datum > .col-md-6:first-child,
    .current_mjesto_i_datum > .col-md-6:last-child{
        flex: 0 0 calc(50% - 10px);
        max-width: calc(50% - 10px);
    }
    .current_mjesto_i_datum > .col-md-6:first-child{
        margin-right: 10px;
    }
    .current_mjesto_i_datum > .col-md-6:last-child{
        margin-left: 10px;
    }
}
@media (min-width: 1200px) {
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1400px;
    }
    .admin-dashboard .container {
        max-width: 100%;
    }
}
@media (max-width: 1200px) {
    #admin-dashboard-tabs .nav-tabs li,
    #student-form .nav-tabs li,
    #student-details-form .nav-tabs li{
        margin-bottom: 10px;
    }
    #admin-dashboard-tabs .nav-tabs li a,
    #student-form .nav-tabs li a,
    #student-details-form .nav-tabs li a{
        border-bottom-left-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
    }
    #admin-dashboard-tabs .nav-tabs .nav-link.active::after,
    #student-details-form .nav-tabs .nav-link.active::after,
    #student-form .nav-tabs .nav-link.active::after{
        display: none;
    }
}
@media (max-width: 768px) {
    .main-footer.row .col-md-6{
        text-align: center !important;
    }
    footer {
        position: relative;
        bottom: unset;
        width: 100%;
    }
    #app main > div > .container{
        padding: 0;
    }
    nav .navbar-brand{
        width: calc(100% - 70px);
        display: inline-block;
    }
    nav .nav-item.dropdown{
        text-align: right;
    }
    nav .nav-item.dropdown .fa-sign-out-alt{
        font-size: 25px;
        margin-left: 20px;
        margin-right: 15px;
    }
    .current_mjesto_i_datum .current_mjesto_i_datum_fields .col-md-6{
        margin-bottom: 10px;
    }
    .current_mjesto_i_datum .current_mjesto_i_datum_fields .col-md-6:nth-child(2){
        padding-right: 0;
    }
    .current_mjesto_i_datum .current_mjesto_i_datum_fields .col-md-6:last-child{
        padding-left: 0;
    }
    #predmeti h3,
    #predmeti .predmeti-links {
        font-size: 1rem;
    }
    .required-input-label::after {
        position: unset;
    }
    #nastavnik-podaci-1 {
        margin-right: 15px;
    }
}
@media (max-width: 500px) {
    #admin-dashboard-tabs .card-body, #student-details-form .card-body, #student-form .card-body {
        padding-left: 0;
        padding-right: 0;
    }
}

.napomena-info{
    color: var(--secondary-blue)
}

.napomena-info + span{
    display: none;
    visibility: hidden;
    width: auto;
    background-color: var(--light-gray-background);
    padding: 4px 15px;
    border-radius: 6px;

    /* Position the tooltip text */
    /*position: relative;*/
    /*z-index: 1;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*margin-left: 0;*/

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
}
.napomena-info:hover + span {
    display: flex;
    visibility: visible;
    opacity: 1;
}

.stupac{
    padding: 0 5vw;
}

/*input[type="file"] {*/
/*    display: none;*/
/*}*/

/*.custom-file-upload {*/
/*    border: 1px solid #ccc;*/
/*    display: inline-block;*/
/*    padding: 6px 12px;*/
/*    cursor: pointer;*/
/*}*/

/*.table-kandidat-detalji{*/
/*    border: 1px solid black;*/
/*}*/

.table-kandidat-detalji > thead > tr > th,
.table-kandidat-detalji > tbody > tr > td{
    border: 1px solid var(--primary-blue);
}
.table-kandidat-detalji > th {
    text-align: center;
}

.table-kandidat-detalji > thead > tr > th,
.table-kandidat-detalji > tbody > tr > td{
    padding: 10px 12px;
}
body { padding-right: 0 !important }

@media only screen and (max-width: 1599px) {
    .table-scroll {
        overflow-x: scroll;
    }
}
.nav-button{
    background-color: var(--primary-blue) !important;
    color: var(--white-color) !important;
    display: inline-block;
    border-radius: 5px;
    cursor: pointer;
}
.nav-button:hover{
    background-color: rgb(32, 101, 180) !important;
    color:var(--white-color) !important;
}
/* LOADING ANIMATION */
#loading {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    opacity: 0.7;
    background-color: var(--white-color);
    z-index: 99;
}


@keyframes ldio-hb9nz4e2w1i {
    0% { transform: rotate(0) }
    100% { transform: rotate(360deg) }
}
.ldio-hb9nz4e2w1i div { box-sizing: border-box!important }
.ldio-hb9nz4e2w1i > div {
    position: absolute;
    width: 144px;
    height: 144px;
    top: 28px;
    left: 28px;
    border-radius: 50%;
    border: 16px solid #000;
    border-color: var(--success-green) transparent var(--success-green) transparent;
    animation: ldio-hb9nz4e2w1i 1s linear infinite;
}
.ldio-hb9nz4e2w1i > div:nth-child(2) { border-color: transparent }
.ldio-hb9nz4e2w1i > div:nth-child(2) div {
    position: absolute;
    width: 100%;
    height: 100%;
    transform: rotate(45deg);
}
.ldio-hb9nz4e2w1i > div:nth-child(2) div:before, .ldio-hb9nz4e2w1i > div:nth-child(2) div:after {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    top: -16px;
    left: 48px;
    background: var(--success-green);
    border-radius: 50%;
    box-shadow: 0 128px 0 0 var(--success-green);
}
.ldio-hb9nz4e2w1i > div:nth-child(2) div:after {
    left: -16px;
    top: 48px;
    box-shadow: 128px 0 0 0 var(--success-green);
}
.loadingio-spinner-dual-ring-tz1srpkw7bo {
    width: 200px;
    height: 200px;
    display: inline-block;
    overflow: hidden;
    background: none;
}
.ldio-hb9nz4e2w1i {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0; /* see note above */
}
.ldio-hb9nz4e2w1i div { box-sizing: content-box; }
#loading-position {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: var(--bootstrap-danger-red);
    box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.25); /* This rgba is only used here, so no variable for now */
}

.naziv-predmeta{
    font-size: 30px;
    font-weight: bold;
    color: var(--white-color);
    margin-left: -1%
}

@media (max-width: 768px) {
    .naziv-predmeta{
        font-size: 18px;
        font-weight: bold;
        color: var(--white-color);
    }
}

@media (min-width: 768px) {
    .error-code {
        width: auto;
        color: var(--gray-text-color);

        position: absolute;
        top: 50%;
        bottom: 50%;

        margin: auto;
    }
}
@media (max-width: 768px) {
    .error-code {
        width: 80%;
        background-color: var(--red-color);

        position: absolute;
        top: 50%;
        bottom: 50%;
        left: 20%;
        right: 20%;

        margin: auto;
    }
}
.select2 .select2-container { background-color: var(--dark-gray-background); }


/*.topnav {*/
/*    background-color: #333;*/
/*    overflow: hidden;*/
/*}*/

.primary-green {
    color: var(--primary-green);
}
/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    color: var(--primary-blue);
    background-color: var(--white-color);
    text-align: center;
    padding: 6px 16px;
    text-decoration: none;
    font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
    background-color: #ddd;
    color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
    background-color: var(--active-green);
    color: var(--white-color);
}

.dropbtn {
    float: left;
    color: #f2f2f2;
    background-color: var(--primary-blue);
    text-align: center;
    padding: 6px 16px;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
/*.dropdown {*/
/*    position: relative;*/
/*    display: inline-block;*/
/*}*/

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); /* This rgba is only used here, so no variable for now */
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    background-color: #f1f1f1;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    cursor: pointer;
    width: 100%;
    text-align: left;
}

/* Change the color of dropdown links on hover */
.dropdown-content a:hover {background-color: var(--hover-light-blue)}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: var(--white-color);
}

@media screen and (max-width: 600px) {
    strong.sm-font-t {
        font-size: 20px;
    }
}

@media screen and (min-width: 601px) {
    strong.md-font-t {
        font-size: 30px;
    }
}

input[type=number].iects::-webkit-inner-spin-button,
input[type=number].iects::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.fc-time-grid .fc-slats td{
    height: 2.4em !important;
    border-bottom: 0;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--error-red-alt);
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: var(--white-color);
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: var(--info-blue);
}

input:focus + .slider {
    box-shadow: 0 0 1px var(--info-blue);
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}
.btn-block.rok-in-accordion {
    transition-duration: 0.4s;
}
.btn-block.rok-in-accordion:hover {
    background-color: var(--hover-dark-blue);
    color: var(--white-color);
}
#roomsDiv {
    margin-right: 4px;
}
#roomsDiv tr td:first-child {
    padding-left: 10px;
}
#roomsDiv tr td:nth-child(2) {
    text-align: center;
}

.fs-10{
    font-size: 10px !important;
}
.fs-11{
    font-size: 11px !important;
}
.fs-12{
    font-size: 12px !important;
}
.fs-16{
    font-size: 16px !important;
}
.font-color-gray{
    color: var(--font-color-gray);
}
.bold{
    font-weight: bold;
}