.circular-menu {
	width: 530px;
	height: 530px;
	margin: 0 auto;
	position: relative;
	margin-top: 20px;
}
.circular-menu2 {
	width: 530px;
	height: auto;
	margin: 0 auto;
	position: relative;
}

.circle {
	width: 530px;
	height: 530px;
	opacity: 0;

	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	transform: scale(0);

	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.circle2 {
	width: 530px;
	height: 100px;
	opacity: 0;

	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	transform: scale(0);

	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.open.circle, .open.circle2 {
	opacity: 1;

	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}

.circle a, .circle2 a {
	transition: all 0.5s ease;
	text-decoration: none;
	color: white;
	display: block;
	height: 140px;
	width: 140px;
	/*line-height: 140px;*/
	/*line-height: 34px;*/
	padding-top: 10%;
	margin-left: -70px;
	margin-top: -70px;
	position: absolute;
	text-align: center;
	background-color: #2b2958;
	border-radius: 50%;
	font-family: "Roboto";
	font-size: 16px;
	font-weight: bold;
}
.circle a span, .circle2 a span{
	display: block;
	font-size: 12px;
	font-weight: normal;
	margin-top: 6px;
	font-style: italic;
}
.circle a:hover, .circle2 a:hover{
	-webkit-box-shadow: 0px 0px 47px 30px rgba(43,41,88,0.6);
	box-shadow: 0px 0px 47px 30px rgba(43,41,88,0.6);
	background-color: #dcdcdc;
	color: #2b2958;
}
.circle2 a{
	border: thin solid white;
}
#ljudskadjecjaprava{
	line-height: 18px;
}

.menu-button {
	position: absolute;
	top: 240px;
	left: 240px;
	text-decoration: none;
	text-align: center;
	color: #444;
	border-radius: 50%;
	display: block;
	height: 50px;
	width: 50px;
	line-height: 32px;
	padding: 10px;
	background: #dde;
}

.menu-button:hover {
	background-color: #eef;
}

/* Author stuff */
h1.author {
	text-align:center;
	color: white;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 300;
}

h1.author a {
	color: #348;
	text-decoration:none;
}

h1.author a:hover {
	color: #ddd;
}
.logo img{
	width: 90%;
}
.sidebar[data-color="dop"] li.active>a{
	background-color:#2b2958;
}
.main-panel>.content{
	min-height: calc(100vh - 156px);
}
#ljudskadjecjaprava_link{
	margin-left: 78px;
	margin-top: 0;
}
.fademe{
	opacity: 0.5;
}
.circular-menu2{
	top: -294px;
	left: -10px;
}
.close {
	position: absolute;
	right: 50px;
	top: 50px;
	width: 32px;
	height: 32px;
	opacity: 1;
}
.close:before, .close:after {
	position: absolute;
	left: 15px;
	content: ' ';
	height: 33px;
	width: 2px;
	background-color: white;
	font-weight: bold;
}
.close:before {
	transform: rotate(45deg);
}
.close:after {
	transform: rotate(-45deg);
}
.tekstualni_unos{
	padding: 15px;
	margin: 20px;
	background-color: rgba(153, 153, 153, 0.2);
}
#accordion .card-header{
	background-color: #8c8c88;
}
#accordion .card-header button{
	color: white;
	font-size: 16px;
	font-weight: 100;
}
.inlineblock{
	display: inline-block
}
#accordion .card-header > h5{
	display: inline-block;
	width: 20%;
}
#accordion .card-header > span{
	display: inline-block;
	width: 79%;
	text-align: right;
}
#accordion .card-header > span a{
	color: white;
	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 48px;
	background: #333;
	border-radius: 50%;
	font-size: 30px;
	color: #666;
	transition: .5s;
}
#accordion .card-header > span a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #2b2958;
	transition: .5s;
	transform: scale(.9);
	z-index: -1;
}
#accordion .card-header > span a:hover{
	color: white;
	box-shadow: 0 0 5px #2b2958;
	text-shadow: 0 0 5px #2b2958;
}
#accordion .card-header > span a:hover::before{
	transform: scale(1.1);
	box-shadow: 0 0 15px #2b2958;
}
.sidebar .nav li a, .sidebar .nav li .dropdown-menu a{
	text-transform: none;
}
.sidebar .sidebar-wrapper{
	height: calc(100vh - 123px);
}
.copyright-box{
	position: absolute;
	bottom: 0;
	text-align: right;
	padding: 20px;
	font-size: 14px;
	width: 70%;
	right: 0;
}
.profilestatistics a{
	color: #2b2958;
	font-weight: bold;
}
.profilestatistics a:hover{
	text-decoration: underline;
}
.redcolor{color:red;}
.greencolor{color:green;}
#accordion strong{font-weight: bold;}
#frmCheckPassword {border-top:#F0F0F0 2px solid;background:#FAF8F8;padding:10px;}
.demoInputBox{padding:7px; border:#F0F0F0 1px solid; border-radius:4px;}
#password-strength-status {padding: 5px 10px;color: #FFFFFF; border-radius:4px;margin-top:5px;}
.medium-password{background-color: #E4DB11;border:#BBB418 1px solid;}
.weak-password{background-color: #FF6600;border:#AA4502 1px solid;}
.strong-password{background-color: #12CC1A;border:#0FA015 1px solid;}
.topdf{font-weight: bold;text-transform: uppercase;}
.btn-violet{background-color: #2b2958;}
.rangtablica a{font-weight: bold;}
.rangtablica a:hover{text-decoration: underline;color: #2b2958;}
.rangtablica th,
.rangtablica td{
	white-space: nowrap;
}
.checkedrow{background-color: #84d884;}
.checkedrow td {background-color: #E0E0E0;padding:5px;}
#DataTables_Table_0 .checkedrow td {padding:5px!important;}
.checkedrow td, .checkedrow td a{color: black}
.oibspan{font-weight: normal;font-style: italic;font-size:12px;line-height:18px;display:block;}
.dataTable>tbody>tr>td{    padding: 0px 7px!important;
	font-size: 14px;
	line-height: 28px;}
.selectedrowkomisija{
	/*background-color: #2d2b5a;*/
	color: white;
	margin: 20px 0;
	border-color: white;
}
.selectedrowkomisija strong{
	font-size: 16px;
	font-weight: bold;
}
.selectedrowkomisija td{
	background-color: #2d2b5a;
	border-radius: 20px;
	/*border: thin solid #2d2b5a;*/
	border: none;
}
.komisijatable{
	border-collapse:separate;
	border-spacing:0 5px;
}
.komisijatable select{
	color: yellow;
	text-align: right;
	font-weight: bold;
	font-size: 18px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	background-color: #2b2958!important;
	color: white!important;
	background-image: none!important;
	border: none!important;
	padding: 0.3em 1em!important;
}
.smallertable>tbody>tr>td{
	padding: 2px;
}
#return-to-top {
	z-index: 9999;
	position: fixed;
	bottom: 20px;
	right: 20px;
	background: rgba(43, 41, 88, .8);
	width: 50px;
	height: 50px;
	display: block;
	text-decoration: none;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	display: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#return-to-top i {
	color: #fff;
	margin: 0;
	position: relative;
	left: 16px;
	top: 13px;
	font-size: 19px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#return-to-top:hover {
	background: rgb(43, 41, 88);
}
#return-to-top:hover i {
	color: #fff;
	top: 5px;
}
table.dataTable thead th, table.dataTable tfoot th{
	font-weight: normal;
	font-size: 14px;
}
.hrioclosed{
	pointer-events: none;
}
.sidebar .nav .caret{
	margin-top: -16px;
	position: absolute;
	right: 14px;
}
.list-group-item.active{
	background-color: #2b2958;
	color: white;
}
.sidebar .nav li a.active, .sidebar .nav li .dropdown-menu a.active{
	color: white;
}
.sidebar .nav li>a.active:hover, .sidebar .nav li>a.active:focus, .list-group-item .nav-link .active, .sidebar[data-color="dop"] li.active>a {
	background-color: #2b2958!important;
	color: white!important;
}
.list-group-level1{
	margin: -2px 15px 0;
	border: thin solid #2b2958;
	background-color: #2b2958;
	color: white;
}
.list-group-level1 a{
	color: white!important;
}
.list-group-level1 .active{
	background-color: initial!important;
	font-weight: bold;
}
#accordion .answers{
	margin-left: 20px;
	padding: 5px;
}
.rangs a{
	margin: 0!important;
}
.first_list{
	width: 100%;
	display: block;
	font-weight: bold;
	font-size: 16px;
}

.secondcolor{
	background: #413F6E;
}

th.selectedkomisija{
	font-weight: bold!important;
	text-transform: uppercase;
	background-color: #E0E0E0;
	border-left: 1px solid #969696!important;
	border-right: 1px solid #969696!important;
	border-top: 1px solid #969696!important;
}
.selectedrowkomisija{
	background-color: #E0E0E0;
	border-left: 1px solid #969696!important;
	border-right: 1px solid #969696!important;
}
.lastrow .selectedrowkomisija{
	border-bottom: 1px solid #969696!important;
}
.selectedrowkomisija a{
	color: #2b2958!important;
	font-weight: bold;
}
.answers-toolbar{
	display:flex;
	justify-content:space-between;
	align-items:center;
	gap:16px;
	flex-wrap:wrap;
	margin-bottom:20px;
	padding:14px 18px;
	background:#f6f7fb;
	border:1px solid #e2e5ef;
	border-radius:14px;
}
.answers-summary__title{
	font-size:18px;
	font-weight:700;
	color:#2b2958;
}
.answers-summary__meta{
	font-size:13px;
	color:#6c7486;
	margin-top:3px;
}
.answers-pdf-button{
	margin:0 !important;
	display:inline-flex;
	align-items:center;
	gap:8px;
}
.answers-empty-state{
	padding:22px 18px;
	background:#fafbff;
	border:1px dashed #cbd2e3;
	border-radius:14px;
	color:#6c7486;
}
.answers-section{
	margin-bottom:24px;
}
.answers-section__header{
	display:flex;
	justify-content:space-between;
	align-items:flex-end;
	gap:16px;
	margin-bottom:14px;
	padding-bottom:10px;
	border-bottom:1px solid #eceef5;
}
.answers-section__eyebrow{
	font-size:12px;
	font-weight:700;
	letter-spacing:.04em;
	text-transform:uppercase;
	color:#7a8398;
}
.answers-section__title{
	margin:2px 0 0;
	font-size:19px;
	font-weight:700;
	color:#252b3b;
}
.answers-section__count{
	min-width:64px;
	padding:6px 10px;
	border-radius:999px;
	background:#eef1f9;
	color:#2b2958;
	font-weight:700;
	font-size:13px;
	text-align:center;
}
.answers-question-card{
	padding:18px 20px;
	margin-bottom:14px;
	background:#fff;
	border:1px solid #e4e8f1;
	border-radius:16px;
	box-shadow:0 6px 18px rgba(27,39,94,.05);
}
.answers-question-card.is-unanswered{
	border-color:#e7d6bf;
	background:#fffdf9;
}
.answers-question-card__top{
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
	gap:12px;
	margin-bottom:10px;
	flex-wrap:wrap;
}
.answers-question-meta{
	display:flex;
	align-items:center;
	gap:8px;
	flex-wrap:wrap;
}
.answers-question-code{
	display:inline-block;
	padding:4px 10px;
	border-radius:999px;
	background:#2b2958;
	color:#fff;
	font-size:12px;
	font-weight:700;
}
.answers-question-status{
	display:inline-block;
	padding:4px 10px;
	border-radius:999px;
	font-size:12px;
	font-weight:700;
}
.answers-question-status.is-answered{
	background:#e4f6e7;
	color:#1d7a34;
}
.answers-question-status.is-unanswered{
	background:#fff1dc;
	color:#a66500;
}
.answers-points-badge{
	padding:6px 10px;
	border-radius:10px;
	background:#f0f7f1;
	color:#1d7a34;
	font-weight:700;
	font-size:13px;
}
.answers-question-title{
	font-size:17px;
	font-weight:700;
	line-height:1.5;
	color:#252b3b;
	margin-bottom:14px;
}
.answers-options-list{
	list-style:none;
	padding:0;
	margin:0 0 12px 0;
}
.answers-option{
	padding:10px 12px;
	margin-bottom:8px;
	border:1px solid #e7ebf3;
	border-radius:12px;
	background:#fafbfe;
}
.answers-option.is-selected{
	background:#eef3ff;
	border-color:#b6c6f3;
}
.answers-option__text{
	color:#30374a;
}
.answers-option.is-selected .answers-option__text{
	font-weight:700;
	color:#22305f;
}
.answers-option__variant{
	margin-top:4px;
	font-size:13px;
	color:#5d6780;
}
.answers-block{
	padding:14px 16px;
	margin-top:12px;
	border-radius:12px;
	background:#f6f7fb;
	border:1px solid #e2e5ef;
}
.answers-block__label{
	font-size:12px;
	font-weight:700;
	letter-spacing:.04em;
	text-transform:uppercase;
	color:#697287;
	margin-bottom:8px;
}
.answers-block__text{
	margin:0 0 8px;
	color:#2f3648;
}
.answers-files-list{
	display:flex;
	flex-wrap:wrap;
	gap:10px;
}
.answers-file-link{
	display:inline-flex;
	align-items:center;
	gap:6px;
	padding:8px 12px;
	border-radius:10px;
	background:#fff;
	border:1px solid #d8deeb;
	color:#2b2958;
	font-weight:600;
}
.answers-file-link:hover{
	text-decoration:none;
	background:#eef3ff;
	color:#2b2958;
}
@media (max-width: 767px){
	.answers-toolbar,
	.answers-section__header,
	.answers-question-card__top{
		flex-direction:column;
		align-items:flex-start;
	}
	.answers-pdf-button{
		width:100%;
		justify-content:center;
	}
}
#additionalpopup{
	background-color: rgba(0,0,0,0.8);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 99999999999;
	overflow: hidden;
}
#additionalpopup .card{
	width: 60%;
	height: auto;
	margin: 0 auto;
	margin-top: 50px;
}
.text-underline{text-decoration: underline;text-decoration-style: dashed;}