/*
file:	NSK CSS style
year:	2023
author:	CREW 803
email:	info@crew803.com
site:	www.crew803.com
*/
@charset "utf-8";

:root {
  --white: #ffffff;
  --black: #000000;
  --blue: #0c4767;
}

* {
  box-sizing: border-box;
}

body {
  width: 100%;
  margin: 0;
}
/*---------Header&Footer-----------------*/

.slicknav_menu {
  display: none;
}

.wrapper {
  width: 100%;
}

header {
  text-align: center;
}

.logo a img {
  padding: 30px 0 20px 0;
  width: 300px;
  height: auto;
  margin: auto;
}

.logo a img:first-of-type {
  margin-right: 200px;
}

footer {
  background-color: #222222;
  display: table;
  text-align: center;
  width: 100%;
  margin: 0 auto 0 auto;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}
footer p {
  font-size: 12px;
  margin: 40px auto 0 auto;
  padding: 0 0 0 10px;
  color: white;
}

footer p a {
  color: #fff;
  text-decoration: underline;
  margin: 0 5px 0 0;
}
footer p a:hover {
  color: #c6c7c0;
  text-decoration: underline;
}
.footer_bottom_cnt {
  width: 100%;
  margin: 0;
  padding: 40px 0;
  display: table;
  background: #222222;
}

.social {
  width: auto;
  margin: 0 auto 34px;
  display: table;
  list-style: none;
}
.social li {
  float: left;
  margin: 0 30px 0 0;
}
.social li a {
  display: flex;
}

/* LINKOVI FOOTER*/
.links {
  font-family: "Poppins", sans-serif;
  background-color: #2e2e2e;
  display: table;
  width: 100%;
  margin: 20px auto 0 auto;
  padding: 66px 9%;
  box-sizing: border-box;
}
.links div {
  display: table-cell;
  width: 30%;
}
.links div h2 {
  font-size: 20px;
  color: white;
  padding: 0 0 0 40px;
}
.links div nav ul {
  display: table;
  list-style-type: none;
}
.links div nav ul li a {
  font-size: 16px;
  color: white;
  font-weight: 400;
  text-decoration: none;
  padding: 5px 0;
}
.links div nav ul li a:hover {
  text-decoration: underline;
  cursor: pointer;
}
.links div nav ul li {
  padding: 10px 0;
  color: white;
}

.links div nav ul li p {
  font-size: 16px;
}

/*---------Header&Footer-----------------*/

/*---------menu-----------------*/
.main_nav {
  width: 100%;
  margin: auto;
  display: table;
}
.main_nav nav {
  width: 100%;
  border-top: 1px solid #135980;
  border-bottom: 1px solid #135980;
  display: table;
  padding: 15px 0;
}
.main_nav nav ul {
  width: 95%;
  display: table;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.main_nav nav ul li {
  display: table-cell;
  width: auto;
  text-align: center;
}

.main_nav nav ul li a {
  font-family: "Poppins", sans-serif;
  color: black;
  text-decoration: none;
  font-size: 20px;
}
.main_nav nav ul li a:hover {
  text-decoration: underline;
  color: #014c02;
}
/*---------first_section-----------------*/

/* Naslovnica*/
.naslovnica {
  display: table;
  width: 1200px;
  margin: 0 auto;
}
.naslovnica h1 {
  font-family: "Poppins", sans-serif;
  text-align: center;
  font-size: 36px;
  color: black;
  margin: 30px auto;
}
.naslovnica div figure {
  float: left;
}
.naslovnica div figure img {
  width: 500px;
  height: auto;
}
.naslovnica div p {
  font-family: "Poppins", sans-serif;
  text-align: left;
  font-size: 16px;
}

/* Naslovnica*/

/*---------second_section-----------------*/
.contact_second {
  display: table;
  width: 1200px;
  margin: 0 auto;
}
.contact_second form {
  display: table;
  margin: 50px auto;
}
.contact_second form h2 {
  font-family: "Poppins", sans-serif;
  font-size: 26px;
  text-align: center;
}
.contact_second form div {
  display: table;
  width: 100%;
  margin: 30px auto;
}
.contact_second form div label {
  display: table;
  width: 100%;
  font-size: 12px;
  color: #014c02;
  font-weight: bolder;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  padding: 0 0 0 5px;
}
.contact_second form div input {
  display: table;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
  margin: 0 0 20px 0;
  padding: 10px 20px;
  border: 1px solid #cdcdcd;
  outline: none;
  border-radius: 5px;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.3);
}
.contact_second form div input:hover,
.contact_second form div input:focus {
  border: 1px solid #014c02;
}
.contact_second form div select {
  display: table;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  width: 100%;
  border: 1px solid #cdcdcd;
  margin: 0 0 20px 0;
  padding: 10px 20px;
  outline: none;
  border-radius: 5px;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.3);
}
.contact_second form div select:hover,
.contact_second form div select:focus {
  border: 1px solid #014c02;
}
.contact_second form div textarea {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
  overflow-y: scroll;
  height: auto;
  margin: 0 0 20px 0;
  padding: 10px 20px;
  resize: none;
  border: 1px solid #cdcdcd;
  border-radius: 5px;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.3);
}
.contact_second form div textarea:hover,
.contact_second form div textarea:focus {
  border: 1px solid #014c02;
  outline: none;
}
.contact_second form input[type="submit"] {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  text-decoration: none;
  font-size: 18px;
  display: table;
  text-transform: uppercase;
  margin: 10px auto;
  padding: 10px 20px;
  border: #014c02;
  border-radius: 5px;
  background-color: #014c02;
  color: white;
}
.contact_second form [type="submit"]:hover {
  background-color: #015e03;
}
.contact_second .contact_text {
  float: left;
  width: 450px;
  font-family: "Poppins", sans-serif;
  margin: 50px 0 0 80px;
}
.contact_text h2 {
  font-size: 34px;
}
.contact_text p {
  font-size: 18px;
  font-weight: 400;
}
.contact_text p a {
  color: #014c02;
  font-weight: bold;
  text-decoration: none;
}
.contact_text p a:hover {
  text-decoration: underline;
}

.contact_second form p.green {
  padding: 10px;
  background-color: green;
  font-size: 14px;
  color: #fff;
  border-radius: 5px;
  animation: blinker 2s linear infinite;
}

.contact_second form p.red {
  padding: 10px;
  background-color: red;
  color: #000;
  border-radius: 5px;
  font-size: 14px;
  animation: blinker 2s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

/*---------second_section-----------------*/

/*---------third_section-----------------*/
.third_section {
  display: table;
  padding: 50px 0 0 0;
  margin: auto;
  margin-bottom: 50px;
}
.third_section h1 {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  text-align: center;
}
.stat_item_container {
  display: table;
  width: 1200px;
  margin: 0 auto;
}
.stat_item_container div {
  background-color: rgb(240, 240, 240);
  box-shadow: 0px 2px 3px 1px rgba(196, 196, 196, 1);
  width: 385px;
  height: 130px;
  margin: 0 20px 20px 0;
  text-align: center;
  font-family: "Poppins", sans-serif;
  float: left;
}
.stat_item_container div:nth-of-type(3n) {
  margin: 0 0 20px 0;
}
.material-icons {
  vertical-align: middle;
  padding-right: 10px;
}
.stat_item_container div h6 {
  font-size: 15px;
  font-weight: 400;
  margin: 15px 0 10px 0;
}
.stat_item_container div p {
  font-size: 25px;
}
.stat_item_container div span {
  color: #014c02;
}
/*---------third_section-----------------*/

/*---------nsk_logo-----------------*/
.nsk_logo {
  display: table;
  width: 1200px;
  margin: 100px auto 20px auto;
}

.nsk_logo img {
  max-width: 200px;
  display: table;
  margin: 0 auto;
}
/*---------nsk_logo-----------------*/

/*---------fourth_section-----------------*/
.login_section {
  text-align: center;
  margin-bottom: 50px;
  margin: 50px auto 50px auto;
}

.login_section a {
  background-color: #135980;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  color: white;
  padding: 15px 100px;
  border-radius: 5px;
  transition: 0.3s;
}

.login_section a:hover {
  background-color: #1772a3;
  cursor: pointer;
}

/*SECTION FILTER*/
.filter {
  display: table;
  width: 90%;
  margin: auto;
}
.filter h2 {
  font-family: "Poppins", sans-serif;
  text-align: center;
  margin: 40px auto;
  font-size: 26px;
  color: #006e02;
}
.filter form {
  width: 100%;
  display: table;
  margin: 30px auto 20px auto;
}
.form_parent_cnt {
  width: 100%;
  display: table;
  margin: 0 0 40px;
  padding: 0 0 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.form_parent_cnt:last-of-type {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
.form_div_cnt_group {
  width: 31%;
  display: table;
  float: left;
  vertical-align: bottom;
  padding: 0 10px;
}
.filter form label.formlabel {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 8px;
  padding: 0;
  cursor: text;
  display: block;
}
.filter form input.formfield,
.filter form select.formfield,
.filter form textarea.formfield {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: black;
  font-weight: 400;
  margin: 0;
  padding: 12px 20px;
  background: #fff;
  border: 1px solid transparent;
  outline: none;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.3);
  width: 100%;
  max-width: 100%;
  display: block;
  transition: all 0.3s linear;
  box-sizing: border-box;
}

.filter form input.formfield:hover,
.filter form select.formfield:hover,
.filter form textarea.formfield:hover {
  font-size: 14px;
  border: 1px solid #014c02;
}

.filter form input.formfield:focus,
.filter form select.formfield:focus,
.filter form textarea.formfield:focus {
  font-size: 14px;
  background: rgba(7, 29, 83, 0.05);
}

.filter form select.formfield option {
  font-size: 16px;
}

.filter form select.formfield option:checked,
.filter form select.formfield option:hover,
.filter form select.formfield option:focus {
  color: #fff !important;
  background-color: #014c02 !important;
}

.filter form select.formfield:focus option:checked,
.filter form select.formfield:focus option:hover,
.filter form select.formfield:focus option:focus {
  color: #fff !important;
  background-color: #014c02 !important;
}

.filter form input.formfield {
  padding: 13px 20px 12px;
  border: 1px solid transparent;
}

/*placeholder input*/

.filter form input.formfield::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  text-transform: lowercase;
  transition: all 0.3s linear;
}
.filter form input.formfield:-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
  text-transform: lowercase;
  opacity: 1;
  transition: all 0.3s linear;
}
.filter form input.formfield::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
  text-transform: lowercase;
  opacity: 1;
  transition: all 0.3s linear;
}
.filter form input.formfield:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  text-transform: lowercase;
  transition: all 0.3s linear;
}
.filter form input.formfield:focus::-webkit-input-placeholder {
  color: transparent;
  transition: all 0.3s linear;
}
.filter form input.formfield:focus:-moz-placeholder {
  color: transparent;
  transition: all 0.3s linear;
}
.filter form input.formfield:focus::-moz-placeholder {
  color: transparent;
  transition: all 0.3s linear;
}
.filter form input.formfield:focus:-ms-input-placeholder {
  color: transparent;
  transition: all 0.3s linear;
}

/*multiselect btn*/

.btn-group {
  display: block;
  vertical-align: inherit;
}

.btn-group button.btn {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: black;
  font-weight: 400;
  line-height: inherit;
  text-align: left;
  margin: 0;
  padding: 13px 20px 12px;
  background: #fff;
  border: 1px solid transparent;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.3);
  border-radius: 0;
  width: 300px;
  width: 100%;
  display: block;
  float: none;
  transition: all 0.3s linear;
  white-space: inherit;
}
.btn-group:nth-last-of-type(2) button.btn {
  width: 200px;
}
.btn-group button.btn:hover {
  font-size: 14px;
}

.btn-group.open .dropdown-toggle {
  font-size: 14px;
  background: rgba(7, 29, 83, 0.05);
  border: 1px solid #014c02;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.3);
}

.btn-group button.btn .caret {
  float: right;
  margin-top: 8px;
}

/*multiselect dropdown*/

.dropdown-menu {
  font-family: "Poppins", sans-serif;
  width: 100%;
  min-width: 100%;
  margin: 0;
  padding: 0;
  float: none;
  border: 1px solid #767676;
  box-shadow: none;
  border-radius: 0;
  max-height: 240px !important;
}

.multiselect-container .input-group {
  width: 100%;
  margin: 0;
}

span.input-group-addon {
  display: none;
}

.multiselect-container .input-group input.multiselect-search,
.multiselect-container .input-group input.multiselect-search:hover,
.multiselect-container .input-group input.multiselect-search:focus {
  color: #fff;
  border: none;
  box-shadow: none;
  background: #014c02;
  border-radius: 0;
  height: auto;
  padding: 9px 20px;
}

.form-control:-moz-placeholder {
  color: #fff;
}
.form-control::-moz-placeholder {
  color: #fff;
}
.form-control:-ms-input-placeholder {
  color: #fff;
}
.form-control::-webkit-input-placeholder {
  color: #fff;
}

.dropdown-menu > li > a {
  font-size: 16px;
  color: #2d2d2d;
  line-height: inherit;
  padding: 5px 20px;
}

.dropdown-menu > li > a > label {
  font-size: 16px;
  color: #2d2d2d;
  line-height: inherit;
}

.dropdown-menu > li > a > label input[type="radio"],
.dropdown-menu > li > a > label input[type="checkbox"] {
  margin-top: 6px;
}

.dropdown-menu > li > a,
.dropdown-menu > li > a > label {
  transition: all 0.2s linear;
}

/*hover*/

.dropdown-menu > li:hover > a,
.dropdown-menu > li > a:hover {
  color: #fff;
  background-color: #014c02;
}
.dropdown-menu > li:hover > a > label,
.dropdown-menu > li > a:hover > label {
  color: #fff;
}

/*clicked*/

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #014c02 !important;
}
.dropdown-menu > .active > a > label,
.dropdown-menu > .active > a:hover > label,
.dropdown-menu > .active > a:focus > label {
  color: #fff;
}
.form_buttons {
  display: table;
  margin: 0 auto;
}
.form_buttons input {
  font-family: "Poppins", sans-serif;
  background-color: #014c02;
  font-size: 16px;
  font-weight: bold;
  color: white;
  margin: 0 20px 0 0;
  padding: 10px 30px;
  border: none;
  border-radius: 5px;
  text-transform: uppercase;
  transition: 0.3s;
}
.form_buttons input:nth-of-type(1) {
  background-color: #a1a1a1;
  color: white;
}
.form_buttons input:hover {
  background-color: #006e02;
  color: white;
  cursor: pointer;
}
.checkbox_text {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  margin: 13px 0;
}
input[type="checkbox"] {
  width: 16px;
  height: 16px;
  font-size: 16px;
  float: left;
  margin: 10px 10px 0 10px;
}
/*SECTION FILTER*/

/*tooltip*/

.parent_tooltip {
  position: relative;
}
.form_parent_cnt h4 {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  margin: 30px 0 0 0;
}

.tooltipcnt {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 215px;
  top: 1px;
}

.tooltipcnt span {
  font-size: 24px;
  color: #000;
  cursor: pointer;
}

.tooltipcnt p {
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s linear;
}

.tooltipcnt:hover p,
.tooltipcnt:focus p {
  opacity: 1;
  visibility: visible;
}

.tooltipcnt p {
  width: 260px;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 0 -5px;
  padding: 10px;
  background: #014c02;
  z-index: 5000;
}
.datepicker.datepicker-dropdown {
  width: auto;
  min-width: inherit;
  max-height: inherit !important;
  /*top: 681px !important;*/
  /*top: 711px !important; */
}
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.active {
  background-color: #014c02;
  border: #003a01;
}

.results_container {
  display: table;
  width: 100%;
  margin: 50px 0 20px 0;
  background-color: #014c02;
  padding: 50px 5%;
  box-sizing: border-box;
}
.results_container em {
  float: left;
  color: white;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  margin: 10px 15px 0 0;
}
.results_container h2 {
  font-family: "Poppins", sans-serif;
  margin: 0;
  color: white;
}
.choosen_parameters {
  width: 100%;
  display: table;
  padding: 20px 0 0;
}
.choosen_parameters h3 {
  font-family: "Poppins", sans-serif;
  color: #fff;
  margin: 0;
  padding: 0;
}

.results_container span {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 400;
  margin: 0;
  padding: 0;
  display: block;
}
.results_container span strong {
  font-size: 16px;
  color: white;
  font-weight: 600;
}
.library_list {
  display: table;
  width: 100%;
  margin: 10px auto;
}
.library_list h4 {
  font-family: "Poppins", sans-serif;
  color: #fff;
}
.library_list ul {
  margin: 10px 0 10px 0;
  list-style-type: square;
}
.library_list ul li {
  font-family: "Poppins", sans-serif;
  color: white;
  font-size: 14px;
}

/* tablica u pretraživanju */

.table-cont {
  overflow-x: auto;
  width: calc(100vw - 4rem);
  margin: 1rem auto;
  padding: 0 1rem;
}

.maticne-table {
  border-collapse: collapse;
  min-width: 750px;
  margin: 2rem auto;
}

.maticne-table td,
.maticne-table th {
  border: 1px solid #ddd;
  padding: 8px;
  font-size: 16px;
}

.maticne-table tr:nth-child(even) {
  background-color: #f2f2f2;
}

.maticne-table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #014c02;
  color: white;
}

.center-text {
  text-align: center;
}

/*O SUSTAVU*/
.basic_text {
  display: table;
  width: 1200px;
  font-family: "Poppins", sans-serif;
  margin: 30px auto 0 auto;
}
.basic_text h1 {
  color: #014c02;
  font-size: 32px;
}
.basic_text p {
  font-size: 18px;
}
.basic_text p a {
  font-weight: bold;
  color: #014c02;
  text-decoration: none;
}
.basic_text p a:hover {
  color: #006e02;
  text-decoration: underline;
}

/* ***************** */
/*WEB ACCESSIBILITY*/

#accessibility {
  /*display: none !important;
	opacity: 0 !important;
	visibility: hidden !important;*/
}

#accessibility i,
#accessibility i:before {
  transition: all 0.1s linear;
}

#accessibility {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: fixed;
  z-index: 9999;
}

/*accessibility main btn*/

.accessibility_main_btn {
  width: auto;
  display: flex;
  padding: 8px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transition: all 0.2s linear;
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.accessibility_main_btn span.material-icons {
  font-size: 40px !important;
  color: var(--blue);
  font-weight: normal;
  transition: all 0.2s linear;
}

.accessibility_main_btn:hover {
  background: var(--blue);
}

.accessibility_main_btn:hover span.material-icons {
  font-size: 40px !important;
  color: #fff;
}

/*accessible wrapper*/

.accessible_wrapper {
  width: 420px;
  position: fixed;
  left: 56px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--blue);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  display: none;
}

.accessible_header {
  width: 100%;
  padding: 16px 20px 15px;
  display: table;
  position: relative;
}

.accessible_header h1 {
  font-size: 20px !important;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

.close_accessible_dialog {
  position: absolute;
  right: 16px;
  top: 16px;
}

.close_accessible_dialog span.material-icons {
  font-size: 24px !important;
  color: #fff;
}

.close_accessible_dialog:hover span.material-icons {
  font-size: 24px !important;
  color: rgba(255, 255, 255, 0.5);
}

/*accessible functions*/

.accessible_functions {
  width: 100%;
  margin: 0;
  padding: 20px 20px 0;
  display: table;
  background: #fff;
}

.accessible_functions div {
  width: 50%;
  float: left;
  margin: 0;
  padding: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.accessible_functions div:nth-of-type(2n) {
  border-right: none;
}

.accessible_functions div:nth-of-type(7),
.accessible_functions div:nth-of-type(8) {
  border-bottom: none;
}

.accessible_functions div a {
  font-size: 16px !important;
  color: #4e5051;
  font-weight: normal;
  display: block;
  text-align: center;
  padding: 15px 10px 10px;
  position: relative;
}

.accessible_functions div span.material-icons {
  font-size: 24px !important;
  color: #000;
  display: table;
  margin: 0 auto;
}

.accessible_functions div span.expandicontransform {
  transform: rotate(90deg);
}

.accessible_functions div a:hover,
.accessible_functions div a.active {
  font-size: 16px !important;
  color: #fff;
  background: #4e5051;
}

.accessible_functions div a:hover span.material-icons,
.accessible_functions div a.active span.material-icons {
  font-size: 24px !important;
  color: #fff;
}

/*accessible reset*/

.accessible_reset {
  width: 100%;
  margin: -1px 0 0;
  padding: 0;
  display: table;
  background: #fff;
}

.accessible_reset a,
#accessibility #reset_all_classes {
  font-size: 14px;
  color: #000 !important;
  font-weight: bold;
  text-transform: uppercase;
  padding: 21px 20px 20px;
  display: block;
  text-align: center;
  text-decoration: underline;
}

.accessible_reset a:hover,
#accessibility #reset_all_classes:hover {
  font-size: 14px;
  color: var(--blue) !important;
  font-weight: bold;
}

/*accessibility footer*/

.accessibility_footer {
  width: 100%;
  margin: 0;
  padding: 20px;
  display: table;
  background: #e1e1e1;
}

.accessibility_footer p {
  font-size: 14px !important;
  color: rgba(0, 0, 0, 0.75);
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-align: center;
}

.accessibility_footer a {
  font-size: 14px !important;
  color: #000;
  font-weight: normal;
}

.accessibility_footer a:hover {
  font-size: 14px !important;
  color: #000;
  font-weight: normal;
  text-decoration: underline;
}

/*WEB ACCESSIBILITY CSS FUNCTIONS*/

/*access font bigger*/

.access_font_bigger span,
.access_font_bigger p,
.access_font_bigger em,
.access_font_bigger a,
.access_font_bigger time,
.access_font_bigger tr,
.access_font_bigger th,
.access_font_bigger td,
.access_font_bigger dt,
.access_font_bigger dd,
.access_font_bigger label,
.access_font_bigger input,
.access_font_bigger select,
.access_font_bigger button,
.access_font_bigger textarea,
.access_font_bigger option,
.access_font_bigger ul,
.access_font_bigger li,
.access_font_bigger font,
.access_font_bigger h1,
.access_font_bigger h2,
.access_font_bigger h3,
.access_font_bigger h4,
.access_font_bigger h5,
.access_font_bigger h6 {
  font-size: 125% !important;
}

.access_font_bigger h2 {
  font-size: 30px !important;
}

.access_font_bigger em {
  font-size: 22px !important;
}

.access_font_bigger .contact_footer p,
.access_font_bigger .contact_footer span,
.access_font_bigger .contact_footer a {
  font-size: 22px !important;
}

.access_font_bigger .sitepage_main_container h1 {
  font-size: 40px !important;
}

.access_font_bigger .sitepage_main_container p,
.access_font_bigger .sitepage_main_container a,
.access_font_bigger .sitepage_main_container ul li {
  font-size: 22px !important;
}

.access_font_bigger .section_intro_first h1 {
  font-size: 70px !important;
}

.access_font_bigger .section_intro_first a {
  font-size: 24px !important;
}

.access_font_bigger .home_sections h1 {
  font-size: 32px !important;
}

.access_font_bigger .home_sections a {
  font-size: 22px !important;
}

.access_font_bigger .logos_bottom p {
  font-size: 20px !important;
}

.access_font_bigger .footer_bottom_cnt p {
  font-size: 18px !important;
}

.access_font_bigger #accessibility h1 {
  font-size: 20px !important;
}

.access_font_bigger #accessibility a {
  font-size: 16px !important;
}

.access_font_bigger #accessibility a#reset_all_classes {
  font-size: 14px !important;
}

.access_font_bigger #accessibility em,
.access_font_bigger #accessibility p {
  font-size: 14px !important;
}

.access_font_bigger #accessibility p a,
.access_font_bigger #accessibility p a:hover {
  font-size: 14px !important;
}

.access_font_bigger button.download_btn {
  font-size: 200% !important;
}

.access_font_bigger .naslovnica h1,
.access_font_bigger .basic_text h1,
.access_font_bigger .filter h1 {
  font-size: 40px !important;
}
.access_font_bigger .choosen_parameters h3 {
  font-size: 32px !important;
}
.access_font_bigger .library_list h4 {
  font-size: 28px !important;
}

.access_font_bigger .menu_slick a,
.access_font_bigger .naslovnica p,
.access_font_bigger .basic_text p,
.access_font_bigger .contact_second p,
.access_font_bigger .contact_second label,
.access_font_bigger .contact_second input,
.access_font_bigger .filter p,
.access_font_bigger .filter label,
.access_font_bigger .filter input {
  font-size: 200% !important;
}

.access_font_bigger .login_section a {
  font-size: 250% !important;
}

.access_font_bigger .table-cont .maticne-table {
  font-size: 125% !important;
}

/*access grayscale*/

.access_grayscale {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

/*access letterspacing*/

.access_letterspacing span,
.access_letterspacing p,
.access_letterspacing em,
.access_letterspacing a,
.access_letterspacing time,
.access_letterspacing tr,
.access_letterspacing th,
.access_letterspacing td,
.access_letterspacing dt,
.access_letterspacing dd,
.access_letterspacing label,
.access_letterspacing input,
.access_letterspacing select,
.access_letterspacing button,
.access_letterspacing textarea,
.access_letterspacing option,
.access_letterspacing ul,
.access_letterspacing li,
.access_letterspacing font,
.access_letterspacing h1,
.access_letterspacing h2,
.access_letterspacing h3,
.access_letterspacing h4,
.access_letterspacing h5,
.access_letterspacing h6 {
  letter-spacing: 3px !important;
}

.access_letterspacing #accessibility a,
.access_letterspacing #accessibility h1,
.access_letterspacing #accessibility em,
.access_letterspacing #accessibility p,
.access_letterspacing #accessibility span {
  letter-spacing: inherit !important;
}

/*access linkunderline*/

.access_linkunderline a,
.access_linkunderline a span,
.access_linkunderline a strong {
  text-decoration: underline !important;
}

.access_linkunderline a span.material-icons {
  text-decoration: none !important;
}

.access_linkunderline #accessibility a {
  /*text-decoration: inherit !important;*/
}

/*access contrasthigh*/

.access_contrasthigh p,
.access_contrasthigh em,
.access_contrasthigh a,
.access_contrasthigh time,
.access_contrasthigh dt,
.access_contrasthigh dd,
.access_contrasthigh ul,
.access_contrasthigh li,
.access_contrasthigh font,
.access_contrasthigh h1,
.access_contrasthigh h2,
.access_contrasthigh h3,
.access_contrasthigh h4,
.access_contrasthigh h5,
.access_contrasthigh h6,
.access_contrasthigh div {
  color: #fff !important;
}

.access_contrasthigh #accessibility a,
.access_contrasthigh #accessibility p {
  color: #000 !important;
}

.access_contrasthigh #accessibility a:hover,
.access_contrasthigh #accessibility a.active {
  color: #fff !important;
}

.access_contrasthigh .accessibility_main_btn span.material-icons {
  color: var(--blue) !important;
}

.access_contrasthigh .accessibility_main_btn:hover span.material-icons {
  color: var(--white) !important;
}

.access_contrasthigh .accessible_functions div span.material-icons {
  color: #000 !important;
}

.access_contrasthigh .accessible_functions div a:hover span.material-icons,
.access_contrasthigh .accessible_functions div a.active span.material-icons {
  color: #fff !important;
}

.access_contrasthigh a.home_btn,
.access_contrasthigh button.download_btn {
  color: #000 !important;
  background: var(--white) !important;
}

.access_contrasthigh a.home_btn:hover,
.access_contrasthigh a.home_btn:focus,
.access_contrasthigh button.download_btn:hover,
.access_contrasthigh button.download_btn:focus {
  background-color: #000 !important;
  color: var(--white) !important;
}

.access_contrasthigh .lightblue_bck h1,
.access_contrasthigh .lightblue_bck em {
  color: #000 !important;
}

.access_contrasthigh .wrapper {
  background: var(--blue);
  border-bottom: 20px solid var(--black);
}

.site_branding a.whitelogo {
  display: none;
}

.access_contrasthigh .site_branding a.whitelogo {
  display: table;
}

.access_contrasthigh .site_branding a.originallogo {
  display: none;
}

.access_contrasthigh .main_inner_container form input.formfield:focus,
.access_contrasthigh .main_inner_container form select.formfield:focus,
.access_contrasthigh .main_inner_container form textarea.formfield:focus {
  background: rgba(255, 255, 255, 0.9) !important;
}

.access_contrasthigh .btn-group.open .dropdown-toggle {
  background: rgba(255, 255, 255, 0.9) !important;
}

.access_contrasthigh .main_inner_container form label.formlabel {
  color: #fff !important;
}

.access_contrasthigh .tooltipcnt span {
  color: #fff;
}

.access_contrasthigh .tooltipcnt p {
  color: var(--blue) !important;
  background: var(--white);
}

.access_contrasthigh .form_buttons input {
  background: var(--black);
}
.access_contrasthigh .form_buttons input.submit-form-btn {
  color: var(--white);
}

.access_contrasthigh .form_buttons input:hover,
.access_contrasthigh .form_buttons input:focus {
  background: var(--black);
}

.access_contrasthigh .form_buttons input.submit-form-btn:hover,
.access_contrasthigh .form_buttons input.submit-form-btn:focus {
  color: var(--black);
  background: var(--white);
}

.access_contrasthigh .maticne-table tr:nth-child(even) {
  color: var(--blue);
}

/*access cursorlarger*/

.access_cursorlarger,
.access_cursorlarger a,
.access_cursorlarger a:hover,
.access_cursorlarger a:focus,
.access_cursorlarger a:active,
.access_cursorlarger a.active {
  cursor: url("../img/cursor-accessibility.png"), auto !important;
}

/*access keyboardnavigation*/

.access_keyboardnavigation a:focus {
  outline: dashed 2px #1976d2 !important;
}

.access_keyboardnavigation #accessibility a:focus {
  outline: none !important;
}

/*WEB ACCESSIBILITY RESPONSIVE*/

@media only screen and (min-width: 0px) and (max-width: 800px) {
  .accessibility_main_btn {
    width: auto;
  }

  .accessibility_main_btn span.material-icons {
    font-size: 32px !important;
  }

  .accessibility_main_btn:hover span.material-icons {
    font-size: 32px !important;
  }

  .accessible_wrapper {
    width: 85%;
    position: fixed;
    left: 0;
  }

  .accessible_wrapper h1 {
    margin: 0;
  }

  .accessible_header {
    padding-left: 10px;
    padding-right: 10px;
  }

  .accessible_functions {
    padding: 20px 10px;
  }

  .accessible_functions div {
    float: none;
    display: inline-block;
  }

  .accessibility_footer {
    padding: 20px 10px;
  }

  .accessibility_footer p {
    float: none;
    display: table;
  }

  .accessibility_footer p:last-of-type {
    float: none;
    padding-top: 5px;
  }
}

/*WEB ACCESSIBILITY*/
/* *************** */
