/* Public styles */

/* root */
:root {
	--color-1: #007ebd;
	--color-2: #444;
}


/* Margins */
.mb-05 {
	margin-bottom: 0.5rem;
}
.mb-1 {
	margin-bottom: 1rem;
}
.mb-2 {
	margin-bottom: 2rem;	
}
.mb-3 {
	margin-bottom: 3rem;	
}
.mb-4 {
	margin-bottom: 4rem;	
}
.mb-5 {
	margin-bottom: 5rem;	
}
.mt-05 {
	margin-top: 0.5rem;	
}
.mt-1 {
	margin-top: 1rem;	
}
.mt-2 {
	margin-top: 2rem;	
}
.mt-3 {
	margin-top: 3rem;	
}
.mt-4 {
	margin-top: 4rem;	
}
.mt-5 {
	margin-top: 5rem;	
}





.itu_dashboard_section .block-header {
	margin-bottom: 2rem;
}
.itu-profile-dashboard .hfe-before-footer-wrap {
	display: none;
}
.itu_dashboard_body {
	display: flex;
	gap: 2rem;
	flex-wrap: nowrap;
	width: 100%;
}
.itu_dashboard_sidebar {
	width: 25%;
}
.itu_dashboard_content {
  width: calc(75% - 2rem);
}
.itu_profile_nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 7px;
}
.itu_profile_nav > li > a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.1rem;
}
.itu_profile_nav li.current > a {
  color: var(--ast-global-color-1);
}
.dash-list-radionice {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}
.user-single-radionica-item {
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	box-shadow: 0 0 15px #ddd;
	border-radius: 10px;
	padding: 1rem;
	gap: 1rem;
}
.user-single-radionica-item-text {
	width: 100%;
	display: flex;
	flex-direction: column;
}
.user-single-radionica-item-image + .user-single-radionica-item-text {
	width: calc(100% - 150px);
}
.dash-list-header {
	margin-bottom: 3rem;
	display: flex;
	justify-content: flex-end;
}
.dash-list-header-link {
	display: inline-flex;
	font-size: 0.9rem;
	padding: 3px 15px;
	border-radius: 3px;
	background-color: var(--color-1);
	color: #fff;
}
.dash-list-header-link:hover {
	opacity: 0.65;
	color: #fff;
}
.user-single-radionica-item-meta {
	margin-top: auto;
	display: flex;
	gap: 1rem;
	justify-content: right;
}
.user-single-radionica-item-meta-link {
	display: inline-flex;
	padding: 2px 10px;
	border-radius: 3px;
	transition: all 0.3s ease;
	font-size: 14px;
	border: none;
	line-height: inherit;
}
.user-single-radionica-item-meta-link:hover {
	opacity: 0.65;
}
.user-single-radionica-item-meta-link.edit {
	background-color: #117211;
	color: #fff;
}
.user-single-radionica-item-meta-link.delete {
	background-color: #c61313;
	color: #fff;
}
.user-single-radionica-item-meta-link.view {
	background-color: var(--ast-global-color-1);
	color: #fff;
}
.dash-list-pagination {
	display: flex;
	flex-wrap: nowrap;
	gap: 10px;
	align-items: center;
	margin: 1rem 0;
}
.dash-list-pagination .page-numbers {
	display: inline-flex;
	min-width: 35px;
	background-color: #eee;
	height: 35px;
	align-items: center;
	justify-content: center;
	padding: 5px;
	border-radius: 3px;
}
.dash-list-pagination .page-numbers.current {
	background-color: var(--color-1);
	color: #fff;
}
.itu-form-col {
	display: flex;
	flex-direction: column;
	margin-bottom: 1rem;
}
.itu-form-row {
	display: flex;
	flex-wrap: nowrap;
	gap: 2rem;
}
.itu-form-row > .itu-form-col {
	width: fit-content;
	flex-basis: auto;
	flex: 1;
}
.itu-form-col input[type="date"] {
	/* color: #666; */
	/* padding: .75em; */
	height: auto;
	border-width: 1px;
	border-style: solid;
	/* border-color: var(--ast-border-color); */
	border-radius: 2px;
	background: var(--ast-comment-inputs-background);
	box-shadow: none;
	box-sizing: border-box;
	transition: all .2s linear;
}
.itu-form-col.itu-form-col-file {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	row-gap: 7px;
}
.itu-form-col.itu-form-col-file label {
	display: block;
	width: 100%;
}
div#pregled_slike {
	display: flex;
	width: 100%;
	margin: 5px 0 10px 0;
}
div#pregled_slike img {
	display: flex;
	width: 400px;
}
div#izdvojena-slika-preview {
	width: 100%;
	display: flex;
}
div#izdvojena-slika-preview img {
	display: flex;
	width: 400px;
	margin-bottom: 10px;
}
.itu-izdvojena-slika-preview-row {
	margin-bottom: 2rem;
}
.itu-flash {
	display: flex;
	width: 100%;
	padding: 10px 40px 10px 10px;
	margin-bottom: 2rem;
	justify-content: center;
	position: relative;
}
.itu-flash.success {
	background-color: #d4edda;
	color: #155724;
}
.itu-flash.error {
	background-color: #f8d7da;
	color: #721c24;
}
.itu-flash-close {
	display: inline-flex;
	padding: 0;
	width: 35px;
	height: 35px;
	justify-content: center;
	align-items: center;
	color: #333;
	border-color: #333;
	border-radius: 3px;
	transition: all 0.3s ease;
}
.itu-flash-close-wrapper {
	display: flex;
	position: absolute;
	top: 10px;
	right: 10px;
}
.itu-flash-close-wrapper {
	display: flex;
	position: absolute;
	top: 5px;
	right: 5px;
}
#content .itu_dashboard {
	max-width: 100%;
	margin: auto;
	background-color: #fff;
	padding: 0;
	width: 100%;
}
#content .itu_dashboard > * {
	max-width: unset;
}
.itu-dashboard-template.theme-blush .sidebar .menu .list .ml-menu li.active a.toggled:not(.menu-toggle) {
	font-weight: 900;
	color: #007ebd;
}
.sidebar div.user-info {
	justify-content: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.itu-dashboard-template.theme-blush .table.theme-color thead td, 
.itu-dashboard-template.theme-blush .table.theme-color thead th {
	background: #007ebd;
}
.itu-dashboard-template.theme-blush .sidebar .menu .list li.active>:first-child i, 
.itu-dashboard-template.theme-blush .sidebar .menu .list li.active>:first-child span {
	color: #007ebd;
}
.itu-select-box button.btn.dropdown-toggle {
	display: none !important;
}
.itu-select-box .btn-group.bootstrap-select.form-control {
	padding: 0;
	border: none;
}
.itu-dashboard-template.theme-blush div#ast-scroll-top {
	display: none !important;
}
.itu-form-col-submit {
	flex-direction: row;
}
div#radionica_filteri label {
	padding-left: 1.5rem;
}
.dataTables_wrapper .dt-buttons + .dataTables_filter {
	float: right;
}
table.table.dataTable {
	margin-bottom: 2rem;
}
.dataTables_paginate .pagination .page-item.active>.page-link {
	box-shadow: none !important;
}
.dataTables_paginate ul.pagination {
	margin-top: 10px;
}
.itu_dashboard_content .table.dataTable thead {
	background-color: #007ebd;
	color: #fff;
}
.itu_dashboard_content .table.dataTable tfoot {
	background-color: #007ebd;
	color: #fff;
}
.radionica_modal .modal-content .modal-header {
	background-color: #f4f4f4;
	padding-bottom: 5px;
}
.opis_radionice {
	padding-top: 1rem;
	margin-top: 2rem;
	border-top: solid 1px #ccc;
}
span.modal-vreme-redionice {
	display: inline-flex;
	margin-left: 5px;
}
.loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.loader_wrapper {
	z-index: 999;
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
/* link for code:
https://github.com/zavoloklom/material-design-iconic-font/blob/main/dist/css/material-design-iconic-font.css
*/
.big_icon.radionice::before {
  content:"\f174"
}

.theme-blush .itu_dashboard_content .nav-tabs .nav-link.active {
	border: 1px solid var(--color-1);
	color: var(--color-1);
}
html body {
	font-family: "Inter", sans-serif;
}
body .sidebar {
	font-family: "Inter", sans-serif;
}
.itu_dashboard_section .block-header ul.breadcrumb {
	margin-top: 6px;
}
.payment_details {
	display: none;
}
.payment_details.active {
	display: block;
}
.notice.alert a.close {
	text-decoration: none;
	opacity: 0.7;
	transition: all 0.3s ease;
}
.notice.alert a.close:hover {
	text-decoration: none;
	opacity: 0.9;
}
.notice.alert {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
/* HTML: <div class="loader"></div> */
.loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.zarada--body {
	position: relative;
}
.loader--wrapper {
	z-index: 999;
	position: absolute;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	background-color: rgba(204, 204, 204, 0.4);
	top: 0;
	left: 0;
	display: none;
}
.loader--wrapper.active {
	display: flex;
}
.btn-group.bootstrap-select.form-control.show-tick {
	padding: 0;
	border: none;
}
.btn-group.bootstrap-select.form-control.show-tick > button.btn.dropdown-toggle {
	display: none;
}
.dashboard-review-box {
	background-color: #f5f5f5;
	padding: 15px 10px;
}
section.content.itu_dashboard_section .um-profile-edit.um-profile-headericon.um-trigger-menu-on-click {
	/* display: none; */
}
section.content.itu_dashboard_section .um-profile-nav {
	/* display: none; */
}
section.content.itu_dashboard_section .um-profile-body.main.main-default {
	/* display: none; */
}
.itu_dashboard_profile_content.um_korporacija .um-field-first_name .um-field-label::before {
	content: "Ime Korporacije";
	font-size: 15px !important;
    line-height: 22px !important;
    font-weight: 600;
}
.itu_dashboard_profile_content.um_korporacija .um-field-first_name .um-field-label label {
	display: none;
}
.review_top {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.radionica--dash__content > h3 {
	margin-bottom: 16px;
	margin-top: 10px;
}
.itu--review-meta {
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
	margin-bottom: 1rem;
	border-top: solid 1px #eee;
	padding-top: 10px;
}
.itu--review-box-text {
	margin-top: 10px;
	border-top: solid 1px #eee;
	padding-top: 1rem;
	margin-bottom: 10px;
}
div .card {
	box-shadow: 0 0 25px #dfdfdf;
}






