.float_left{float:left;}
.float_right{float:right;}

.scroll-auto {
    scroll-behavior: auto;
}

.subsc {
  vertical-align: sub;
  font-size: 4;
}

/*@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,600,700&display=swap");*/
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&display=swap');
:root {
    --header-height: 61px;
    --footer-height: 59px;
}
/**
* = Helper classes
*/
.overflow-visible {
    overflow: visible !important;
}
.w-auto {
    width: auto !important;
}
.center-vertical-absolute,
.center-horizontal-absolute {
    position: absolute;
}
.center-vertical-absolute {
    top: 50%;
    transform: translateY(-50%);
}
.center-horizontal-absolute {
    left: 50%;
    transform: translateX(-50%);
}
.center-horizontal {
    margin: 0 auto;
}
.center-vertical {
    white-space:nowrap;
}
.center-vertical > * {
    white-space:normal;
}
.center-vertical:before,
.center-vertical > * {
    display:inline-block !important;
    vertical-align:middle;}
.center-vertical:before {
    content:"";
    height:100%;
}
/**
 * = Sizing
 */
.h-100vh {
    height: 100vh !important;
}
@media (min-width: 992px) {
    .vh-lg-100 {
        height: 100vh !important;
    }
}
@media (max-width: 574.98px) {
    .w-xs-100 {
        width: 100% !important;
    }
    .hidden-xs {
        display: none !important;
    }
}
.my-md-4 {
    margin-top: calc(var(--header-height, 61px) + 6px) !important;
    margin-bottom: 6px !important;
}
.fmw-65 {
    min-width: 65px !important;
}
.fmw-75 {
    min-width: 75px !important;
}
.fmw-250 {
    min-width: 250px !important;
}
.fmw-500 {
    min-width: 500px !important;
}
.fmw-550 {
    min-width: 550px !important;
}
.fmxw-500 {
    max-width: 500px !important;
}
/**
 * = Shadows
 */
[class*="shadow"] {
    transition: all 0.2s ease;
}
.shadow-soft {
    box-shadow: 0 2px 5px rgba(140, 152, 164, 0.2) !important;
}
.shadow-hover:hover {
    box-shadow: 0 0.5rem 1rem rgba(46, 54, 80, 0.15) !important;
}
.shadow-sm-hover:hover {
    box-shadow: 0 2px 5px rgba(140, 152, 164, 0.2) !important;
}
.shadow-lg-hover:hover {
    box-shadow: 0 1rem 3rem rgba(46, 54, 80, 0.175) !important;
}
.shadow-none-hover:hover {
    box-shadow: none !important;
}
/**
 * = Text utility classes
 */
.text-underline {
    text-decoration: underline !important;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
.text-body {
    color: var(--primary-color, #29313d) !important;
}
.list-style-none {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.lh-110 {
    line-height: 1.1;
}
.lh-125 {
    line-height: 1.25;
}
@media (max-width: 991.98px) and (min-width: 768px){
    br.md-no-break {
        content:' ';
    }
    br.md-no-break:after {
        content:' ';
    }
}
@media (max-width: 767.98px) and (min-width: 576px){
    br.sm-no-break {
        content:' ';
    }
    br.sm-no-break:after {
        content:' ';
    }
}
@media (max-width: 575.98px) and (min-width: 400px){
    br.xs-no-break {
        content:' ';
    }
    br.xs-no-break:after {
        content:' ';
    }
}
/**
 * = Unordered lists
 */
 ul.custom-1, ul.custom-2 {
    padding-left: 0.2rem;
  }
  .custom-1 li, .custom-2 li {
    list-style: none;
    position: relative;
    padding: 0 0 0 17px;
    font-weight:600;
    font-size:.875rem;
    line-height:0.95rem;
    margin-bottom:0.4rem;
  }
  .custom-1 li a, .custom-2 li a {
    padding: 0;
    margin:0;
    color: var(--primary-color, #29313d);
  }
  
  /*
  ul.custom-1 li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    height: 7px;
    width: 7px;
    border: 1px solid var(--primary-color-lighter, #47699b);
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
  }
*/
  ul.custom-1 li::before {
    font-family: "Font Awesome 5 Free";
    font-weight:normal;
    content: "\f35a";
    position: absolute;
    left: 0;
    top: 1px;
    height: 7px;
    width: 7px;
    color: #bbb;
  }
  ul.custom-2 li::before {
    font-family: "Font Awesome 5 Free";
    font-weight:solid;
    content: "\f22d";
    position: absolute;
    left: 0;
    top: 1px;
    height: 7px;
    width: 7px;
    color: #bbb;
  }
/**
 * = Tables
 */
 table {
    caption-side: bottom;
    border-collapse: collapse;
}
.table thead th {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: .75rem;
    text-transform: uppercase;
    font-weight: bolder;
    border-top: 0;
}
.table-sm thead th {
    padding: .5rem .5rem;
}
.table .thead-light th {
    background-color: #f3f4f6;
    color: #262b40;
}
/** card table  620 **/
@media (max-width: 619px) {
    table.card-table-620,
    .card-table-620 tbody,
    .card-table-620 tr,
    .card-table-620 td {
        display: block;
        font-size:0.9rem;
    }
    .card-table-620 thead {
        display: none;
    }
    .card-table-620 tr {
        border-bottom: 1px solid var(--btn-gray-400-background, #D1D5DB);
    }
    .card-table-620 tr:first-child td:first-child {
        border-top: 1px solid var(--btn-gray-400-background, #D1D5DB);
    }
    .card-table-620 td {
        position: relative;
        text-align: left;
        padding: 0.3rem 0.6rem;
        padding-left: calc(50% + 13px); /* 50% is arbitrary, 13px is optional */
        border-bottom: 1px solid #f2f2f2;
        border-top: none;
    }
    .card-table-620 td:before {
        content: attr(data-label);
        position: absolute;
        white-space: nowrap;
        top: 0;
        bottom: 0;
        left: 0;
        width: 50%; /* arbitrary */
        text-align: left;
        padding: 0.3rem 0.6rem;
        border-right: 1px solid #f2f2f2;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .card-table-620 td.text-right {
        text-align:left !important;
    }
}
@media (min-width: 620px) {
    .card-table-620 thead {
        background-color: #f3f4f6;
        }
    .card-table-620 th {
        /*white-space: nowrap;*/
        padding: 0.4rem 0.75rem;
        border-bottom: 1px solid #f2f2f2;
    }
    .card-table-620 th:first-child {
        border-top-left-radius: 1rem;
    }
    .card-table-620 th:last-child {
        border-top-right-radius: 1rem;
    }
    .card-table-620 td {
        padding: 0.4rem 0.75rem;
        border-bottom: 1px solid #f2f2f2;
    }
}
/** card table **/
@media (max-width: 854px) {
    table.card-table-855,
    .card-table-855 tbody,
    .card-table-855 tr,
    .card-table-855 td {
      display: block;
      font-size:0.9rem;
    }
    .card-table-855 thead {
      display: none;
    }
    .card-table-855 tr {
      border-bottom: 1px solid var(--btn-gray-400-background, #D1D5DB);
    }
    .card-table-855 tr:first-child td:first-child {
        border-top: 1px solid var(--btn-gray-400-background, #D1D5DB);
      }
    .card-table-855 td {
      position: relative;
      text-align: left;
      padding: 0.3rem 0.6rem;
      padding-left: calc(50% + 13px); /* 50% is arbitrary, 13px is optional */
      border-bottom: 1px solid #f2f2f2;
      border-top: none;
    }
    .card-table-855 td:before {
        content: attr(data-label);
        position: absolute;
        white-space: nowrap;
        top: 0;
        bottom: 0;
        left: 0;
        width: 50%; /* arbitrary */
        text-align: left;
        padding: 0.3rem 0.6rem;
        border-right: 1px solid #f2f2f2;
        overflow: hidden;
        text-overflow: ellipsis;
      }
      .card-table-855 td.text-right {
        text-align:left !important;
      }
  }
  @media (min-width: 855px) {
    .card-table-855 thead {
        background-color: #f3f4f6;
      }
    .card-table-855 th {
      /*white-space: nowrap;*/
      padding: 0.4rem 0.75rem;
      border-bottom: 1px solid #f2f2f2;
    }
    .card-table-855 th:first-child {
        border-top-left-radius: 1rem;
    }
    .card-table-855 th:last-child {
        border-top-right-radius: 1rem;
    }
    .card-table-855 td {
      padding: 0.4rem 0.75rem;
      border-bottom: 1px solid #f2f2f2;
    }
  }
  /** card table **/
@media (max-width: 1023px) {
    table.card-table-1024,
    .card-table-1024 tbody,
    .card-table-1024 tr,
    .card-table-1024 td {
      display: block;
      font-size:0.9rem;
    }
    .card-table-1024 thead {
      display: none;
    }
    .card-table-1024 tr {
      border-bottom: 1px solid var(--btn-gray-400-background, #D1D5DB);
    }
    .card-table-1024 tr:first-child td:first-child {
        border-top: 1px solid var(--btn-gray-400-background, #D1D5DB);
      }
    .card-table-1024 td {
      position: relative;
      text-align: left;
      padding: 0.3rem 0.6rem;
      padding-left: calc(50% + 13px); /* 50% is arbitrary, 13px is optional */
      border-bottom: 1px solid #f2f2f2;
      border-top: none;
    }
    .card-table-1024 td:before {
        content: attr(data-label);
        position: absolute;
        white-space: nowrap;
        top: 0;
        bottom: 0;
        left: 0;
        width: 50%; /* arbitrary */
        text-align: left;
        padding: 0.3rem 0.6rem;
        border-right: 1px solid #f2f2f2;
        overflow: hidden;
        text-overflow: ellipsis;
      }
      .card-table-1024 td.text-right {
        text-align:left !important;
      }
  }
  @media (min-width: 1024px) {
    .card-table-1024 thead {
        background-color: #f3f4f6;
      }
    .card-table-1024 th {
      /*white-space: nowrap;*/
      padding: 0.4rem 0.75rem;
      border-bottom: 1px solid #f2f2f2;
    }
    .card-table-1024 th:first-child {
        border-top-left-radius: 1rem;
    }
    .card-table-1024 th:last-child {
        border-top-right-radius: 1rem;
    }
    .card-table-1024 td {
      padding: 0.4rem 0.75rem;
      border-bottom: 1px solid #f2f2f2;
    }
  }
  /** card table **/
  @media (max-width: 1299px) {
    table.card-table-1300,
    .card-table-1300 tbody,
    .card-table-1300 tr,
    .card-table-1300 td {
      display: block;
      font-size:0.9rem;
    }
    .card-table-1300 thead {
      display: none;
    }
    .card-table-1300 tr {
      border-bottom: 1px solid var(--btn-gray-400-background, #D1D5DB);
    }
    .card-table-1300 tr:first-child td:first-child {
        border-top: 1px solid var(--btn-gray-400-background, #D1D5DB);
      }
    .card-table-1300 td {
      position: relative;
      text-align: left;
      padding: 0.3rem 0.6rem;
      padding-left: calc(50% + 13px); /* 50% is arbitrary, 13px is optional */
      border-bottom: 1px solid #f2f2f2;
      border-top: none;
    }
    .card-table-1300 td:before {
        content: attr(data-label);
        position: absolute;
        white-space: nowrap;
        top: 0;
        bottom: 0;
        left: 0;
        width: 50%; /* arbitrary */
        text-align: left;
        padding: 0.3rem 0.6rem;
        border-right: 1px solid #f2f2f2;
        overflow: hidden;
        text-overflow: ellipsis;
      }
      .card-table-1300 td.text-right {
        text-align:left !important;
      }
  }
  @media (min-width: 1300px) {
    .card-table-1300 thead {
        background-color: #f3f4f6;
      }
    .card-table-1300 th {
      /*white-space: nowrap;*/
      padding: 0.4rem 0.75rem;
      border-bottom: 1px solid #f2f2f2;
    }
    .card-table-1300 th:first-child {
        border-top-left-radius: 1rem;
    }
    .card-table-1300 th:last-child {
        border-top-right-radius: 1rem;
    }
    .card-table-1300 td {
      padding: 0.4rem 0.75rem;
      border-bottom: 1px solid #f2f2f2;
    }
  }
/**
 * = Animations
 */
.animate-up-1,
.animate-right-1,
.animate-down-1,
.animate-left-1,
.scale-up-1,
.scale-down-1 {
    transition: all 0.2s ease;
}
.scale-up-1:hover {
    transform: scale(0.55556);
}
.scale-up-hover-1:hover .scale {
    transform: scale(0.55556);
}
.scale-down-1:hover {
    transform: scale(0.4);
}
.animate-up-1:hover,
.animate-hover:hover .animate-up-1 {
    transform: translate(0, -1px);
}
.animate-right-1:hover,
.animate-hover:hover .animate-right-1 {
    transform: translate(1px, 0);
}
.animate-down-1:hover,
.animate-hover:hover .animate-down-1 {
    transform: translate(0, 1px);
}
.animate-left-1:hover,
.animate-hover:hover .animate-left-1 {
    transform: translate(-1px, 0);
}
.animate-up-2,
.animate-right-2,
.animate-down-2,
.animate-left-2,
.scale-up-2,
.scale-down-2 {
    transition: all 0.2s ease;
}
.scale-up-2:hover {
    transform: scale(1.11111);
}
.scale-up-hover-2:hover .scale {
    transform: scale(1.11111);
}
.scale-down-2:hover {
    transform: scale(0.8);
}
.animate-up-2:hover,
.animate-hover:hover .animate-up-2 {
    transform: translate(0, -2px);
}
.animate-right-2:hover,
.animate-hover:hover .animate-right-2 {
    transform: translate(2px, 0);
}
.animate-down-2:hover,
.animate-hover:hover .animate-down-2 {
    transform: translate(0, 2px);
}
.animate-left-2:hover,
.animate-hover:hover .animate-left-2 {
    transform: translate(-2px, 0);
}
@keyframes show-navbar-collapse {
    0% {
        opacity: 0;
        transform: scale(0.95);
        transform-origin: 100% 0;
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
@keyframes hide-navbar-collapse {
    from {
        opacity: 1;
        transform: scale(1);
        transform-origin: 100% 0;
    }
    to {
        opacity: 0;
        transform: scale(0.95);
    }
}
@keyframes show-navbar-dropdown {
    0% {
        opacity: 0;
        transform: translate(0, 10px) perspective(200px) rotateX(-2deg);
        transition: visibility 0.45s, opacity 0.45s, transform 0.45s;
    }
    100% {
        transform: translate(0, 0);
        opacity: 1;
    }
}
@keyframes hide-navbar-dropdown {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate(0, 10px);
    }
}
@keyframes show-dropdown {
    0% {
        opacity: 0;
        transform-origin: perspective(200px) rotateX(-2deg);
        transition: visibility 0.45s, opacity .5s;
    }
    100% {
        opacity: 1;
    }
}
@keyframes hide-dropdown {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate(0, 10px);
    }
}
:root {
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1;
}
.animate__animated {
    animation-duration: 1s;
    animation-duration: var(--animate-duration);
    animation-fill-mode: both;
}
/**
 * = LAYOUT
 */
html,
body {
    margin: 0;
}
@media (min-width: 768px) {
    .layout {
        display: grid;
        gap: 1.5rem;
        grid-template-areas: "sidebar main";
        grid-template-columns: 1fr 3fr;
    }
    .layout.researcher {
        grid-template-columns: 1fr 4fr;
    }
    .layout.no-side {
        grid-template-columns: 0fr auto;
    }
}
@media (min-width: 992px) {
    .layout {
        grid-template-columns: 1fr 4fr;
    }
    .layout.researcher{
        grid-template-columns: 1fr 4fr;
    }
}
.sidebar-navigation {
    grid-area: sidebar;
}
.main-content {
    grid-area: main;
}
@media (max-width: 767.98px) {
    .no-side .main-content {
        min-height: calc(100vh - var(--header-height, 61px) - var(--footer-height, 59px) - 25px);
    }
    .main-content {
        min-height: calc(100vh - var(--header-height, 61px) - var(--footer-height, 59px) - 52px);
    }
}
/**
 * = Navigation bars
 */
.navbar-dark .navbar-brand {
    color: #fff;
}
.navbar-dark > .nav-item:hover > .nav-link {
    color: var(--primary-color-darker, #282b42);
}
#navbar-system {
	color:#fff;
	font-weight: 100;
	font-size:1.125em;
	margin-left:-10px;
	height:36px;
	margin-right:10px;
	line-height:36px;
}
.navbar-theme-primary {
    background-color: var(--primary-color-darker, #282b42);
}
/**
 * = Sub nvigation bars
 */
 .sub-navbar {
    position: relative;
    z-index: 1020;
    top: var(--header-height, 61px);
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}
.sub-navbar .dropdown-menu {
    font-size: 0.875rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
}
.sub-navbar .dropdown-item.current {
    font-weight: 600;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23292b2c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem top 0.6rem;
    background-size: 0.75rem 0.75rem;
}
@media (min-width: 768px) {
    .sub-navbar {
        display: none;
    }
}
/**
 * = Sidebar nvigation bars
 */
 .sidebar-navigation-toggle {
    color: #6c757d;
}
.sidebar-navigation-toggle:focus {
    box-shadow: 0 0 0 1px var(--btn-gray-400-background-hover, #c3c8d0);
}
.sidebar-navigation-toggle .bi-collapse {
    display: none;
}
.sidebar-navigation-toggle:not(.collapsed) .bi-expand {
    display: none;
}
.sidebar-navigation-toggle:not(.collapsed) .bi-collapse {
    display: inline-block;
}
/* mogoče se bo rablo 
@media (min-width: 768px) {
    :root {
        scroll-padding-top: 4rem;
    }
}
*/
@media (max-width: 767.98px) {
    .sidebar-navigation {
        margin: 0 0.5rem 1rem;
    }
}
@media (min-width: 768px) {
    .sidebar-navigation {
        margin: 0 -0.75rem 1rem;
    }
}
.sidebar-links {
    overflow: auto;
    font-weight: 600;
}
@media (min-width: 768px) {
    .sidebar-links {
        position: -webkit-sticky;
        position: sticky;
        top: 5rem;
        display: block !important;
        height: calc(100vh - var(--header-height, 61px) - var(--footer-height, 59px) - 9px);
        min-height: 250px; /* da se vidi cel hamburger meni, če je vsebina kratka */
        padding-left: 0.25rem;
        margin-left: -0.25rem;
        overflow-y: auto;
    }
}
@media (max-width: 767.98px) {
    .sidebar-links > ul {
        padding: 1.5rem 0.75rem;
        background-color: #f8f9fa;
        border-bottom: 1px solid #e9ecef;
    }
}
.sidebar-links a {
    padding: 0.1875rem 0.5rem;
    margin-top: 0.125rem;
    margin-left: 1.25rem;
    color: rgba(0, 0, 0, 0.65);
    text-decoration: none;
}
.sidebar-links a:hover,
.sidebar-links a:focus {
    color: rgba(0, 0, 0, 0.85);
    background-color: var(--btn-gray-400-background, #D1D5DB);
}
.sidebar-links.normal a {
    padding: 0;
    margin: 0;
    color: var(--link-color, #156BFF);
    text-decoration: none;
}
.sidebar-links.normal a:hover,
.sidebar-links.normal a:focus {
    color: black;
    background-color: transparent;
}
.sidebar-links .btn {
    padding: 0.25rem 0.5rem;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.65);
    background-color: transparent;
    border: 0;
}
.sidebar-links .btn:hover,
.sidebar-links .btn:focus {
    color: rgba(0, 0, 0, 0.85);
    background-color: var(--btn-gray-400-background, #D1D5DB);
}
.sidebar-links .btn:focus {
    box-shadow: 0 0 0 1px var(--btn-gray-400-background-hover, #c3c8d0);
}
.sidebar-links .btn::before {
    width: 1.25em;
    line-height: 0;
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
    transition: transform 0.35s ease;
    transform-origin: 0.5em 50%;
}
@media (prefers-reduced-motion: reduce) {
    .sidebar-links .btn::before {
        transition: none;
    }
}
.sidebar-links .btn[aria-expanded="true"] {
    color: rgba(0, 0, 0, 0.85);
}
.sidebar-links .btn[aria-expanded="true"]::before {
    transform: rotate(90deg);
}
.sidebar-links .active {
    font-weight: 600;
    color: rgba(0, 0, 0, 0.85);
}
.sidebar-links .form-check, #facetsForm .form-check, #facetsForm label{
    margin-bottom:0;
    cursor:pointer;
}
.sidebar-links .form-check label {
    margin-bottom:0.25rem;
}
#facetsForm .form-check-input {
    width: 1.3em;
    height: 1.3em;
    margin-top: 0em;
}
#facetsForm .form-check {
    min-height: auto;
}
/* RAZNO */
figcaption,
figure,
main {
    display: block;
    margin: 0;
}
main {
    overflow: hidden;
}
img {
    max-width: 100%;
    vertical-align: middle;
    border-style: none;
}
.img-avatar {
    padding: .25rem;
    background-color: #fff;
    border: 3px solid #fff;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
}
strong {
    font-weight: 600;
}
button:focus {
    outline: 0;
}
label {
    font-weight: 600;
    margin-bottom: .5rem;
}
.link-colored {
    color: var(--link-color, #156BFF) !important;
}
/*
* = Buttons
*/
.nextPrevButtons {
    border: none;
    background-color: transparent;
    font-size:22px;
    color: var(--link-color, #156BFF);
    padding:0;
    line-height:22px;
  }
  .nextPrevButtons:hover {
    color: black;
  }
  .nextPrevButtons:disabled {
    color: var(--btn-gray-400-background, #D1D5DB);
  }
.btn.btn-circle {
    border-radius: 50%;
}
.btn.btn-md {
    padding: 0.65rem 1.25rem;
}
.btn.btn-xs {
    padding: .08rem 0.25rem;
    font-size: 0.75rem;
    box-shadow: none;
}
.btn.large-form-btn {
    padding: 1.2rem 1rem;
}
.btn-icon-only {
    width: 2.575rem;
    height: 2.575rem;
    padding: 0;
    display: flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
.btn-icon-only.star {
    width: auto;
    height: auto;
}
.btn-icon-only.star:focus,.btn-icon-only.star:active {
    outline: none !important;
    box-shadow: none !important;
}
.btn-icon-only.btn-xs {
    width: 1.7rem;
    height: 1.7rem;
}
.btn-icon-only.btn-sm, .btn-group-sm > .btn-icon-only.btn {
    width: 2rem;
    height: 2rem;
}
.btn-white:hover {
    background-color: var(--btn-white-background-hover, #f2f2f2);
    border-color: var(--btn-white-border-hover, #f2f2f2);
}
.btn-gray-400 {
    background-color: var(--btn-gray-400-background, #D1D5DB);
    border-color: var(--btn-gray-400-border, #D1D5DB);
    color: var(--btn-gray-400-text, #222);
}
.btn-gray-400:hover {
    background-color: var(--btn-gray-400-background-hover, #c3c8d0);
    border-color: var(--btn-gray-400-border-hover, #c3c8d0);
}
.sign-in-buttons:focus-within {
    border: 1px solid #fff;
    border-radius:0.25em;
    padding: 3px 0;
    box-shadow:none;
}
#sign-in-btn:focus, #sign-out-btn:focus {
    border: none;
    box-shadow:none;
}
#details-holder .btn:focus, .accordion-header:focus-within {
    box-shadow: inset 0 1px 2px rgba(46, 54, 80, 0.075), 0 0 0 0.14rem rgba(38, 43, 64, 0.9);
}
/**
 * = Dropdowns
 */
 .dropdown-menu {
    color: var(--primary-color, #29313d);
    border: 0.0625rem solid var(--form-control-border, #D1D5DB);
    border-radius: 1rem;
    box-shadow: 0 0.5rem 1rem rgba(46, 54, 80, 0.15);
}
.dropdown-item {
    color: var(--primary-color, #29313d);
}
.dropdown-item:hover, .dropdown-item:focus {
    color: var(--primary-color-darker, #282b42);
    background-color: var(--border-gray-400, #D1D5DB);
    border-radius: 0.85rem;
}
.dropdown-item-text {
    color: var(--primary-color, #29313d);
}
#cris-menu .dropdown-menu {
    /*width: 16em;*/
    z-index: 1021;
}
#cris-menu .dropdown-item {
    white-space: normal;
    line-height:1.1em;
    padding-top:0.5em;
    padding-bottom: 0.5em;
}
.dropdown-menu.right[data-bs-popper] {
    right:0;
    left:auto;
}
@media (max-width: 767.98px) {
    #cris-menu .dropdown-menu {
        border-radius: 0;
        box-shadow: 0;
    }
    #cris-menu .dropdown-menu {
        width: auto;
    }
    #cris-menu .dropdown-item {
        white-space: wrap;
    }
}
@media (min-width: 992px) {
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .8rem;
    padding-left: .8rem;
    }
}
/**
 * = Accordion
 */
.accordion-itemxxx {
    border: none;
}
.accordion-button:not(.collapsed) {
    box-shadow: none;
}
.accordion-button {
    padding: 0.4rem 0.9rem;
    border:0;
}
.accordion-body {
    padding: 0.5rem 0.75rem;
}
/**
 * = Cards
 */
.card {
    position: relative;
}
.card .card-header {
    background: transparent;
}
.card .profile-cover {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    height: 200px;
}
.card-footer {
    background-color: transparent;
}
.card.hover-state:hover {
    background-color: #f3f4f6;
}
#results-wrapper .card {
    border: 0;
}
/**
 * = Close
 */
.close {
    transition: all 0.2s ease;
}
.close > span:not(.sr-only) {
    display: block;
    height: 1.25rem;
    width: 1.25rem;
    background-color: transparent;
    color: rgba(0, 0, 0, 0.6);
    line-height: 17px;
    border-radius: 50%;
    font-size: 1.25rem;
    transition: all 0.2s ease;
}
.close:hover, .close:focus {
    background-color: transparent;
    color: rgba(0, 0, 0, 0.9);
    outline: none;
}
.close:hover span:not(.sr-only), .close:focus span:not(.sr-only) {
    background-color: transparent;
}
/* nekaj z formami */
@media (min-width: 992px) {
    .form-control.form-control-lg {
        padding: 1rem 0.75rem;
    }
}
.form-check-input.round-check[type="checkbox"] {
    border-radius: 50%;
}
.input-group .form-control:focus {
    border-color: var(--form-control-border, #D1D5DB);
}
.input-group .form-control:focus + .input-group-text {
    border-color: var(--form-control-border, #D1D5DB);
}
.focused .form-control {
    border-color: var(--form-control-border-focus, #566190);
    background-color: var(--background-color-primary, #F9FAFB);
}
.form-select .form-select-lg {
    padding: 0.55rem 1.75rem 0.55rem 0.75rem;
}
/**
 * = Input groups
 */
.input-group {
    border-radius: 1rem;
    transition: all 0.2s ease;
}
.input-group .form-control:focus {
    border-color: var(--form-control-border-focus, #566190);
    transition: all 0.2s ease;
}
.input-group-text {
    font-size: 0.875rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
/**
 * = Navs
 */
.nav-link:hover img, .nav-link.active img {
    opacity: inherit;
    transition: all 0.2s ease;
}
.nav-link span {
    position: relative;
}
.nav-tabs .nav-link {
	padding: .35rem .6rem;
	border:none;
	border-bottom:3px solid transparent;
}
 @media (max-width: 991px) {
	.nav-tabs .nav-link {
		padding: .6rem .8rem;
	}
	.nav-tabs .nav-link .fas {
		font-size: 1.6rem !important;
	}
}
/*
.nav-tabs .nav-item {
    margin-bottom: 0;
}
.nav-tabs .nav-link {
    background-color: #fff;
    padding: 0.3rem 1rem;
    margin-bottom: -0.0625rem;
    border: 0.0625rem solid var(--form-control-border, #D1D5DB);
    border-top-left-radius: .7rem;
    border-top-right-radius: .7rem;
}
*/
.nav-tabs .nav-link.active {
    color: var(--cris-logo-color2, #0577a8);
    background:transparent;
    border:none;
    border-bottom:3px solid var(--cris-logo-color3, #27aae1);
}
.nav-wrapper {
    padding: 1rem 0;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}
.nav-wrapper + .card {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .tab-pane pre {
    padding: 0;
    margin: 0;
}
.tab-content > .active {
    display: block;
}
/**
 * = Typography
 */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600;
}
h1,
 .h1 {
     font-size: calc(1.375rem + 1.5vw);
 }
 @media (min-width: 1200px) {
     h1,
     .h1 {
         font-size: 2.5rem;
     }
 }
 h2,
 .h2 {
     font-size: calc(1.325rem + 0.9vw);
 }
 @media (min-width: 1200px) {
     h2,
     .h2 {
         font-size: 2rem;
     }
 }
 h3,
 .h3 {
     font-size: calc(1.3rem + 0.6vw);
 }
 @media (min-width: 1200px) {
     h3,
     .h3 {
         font-size: 1.75rem;
     }
 }
 h4,
 .h4 {
     font-size: calc(1.275rem + 0.3vw);
 }
 @media (min-width: 1200px) {
     h4,
     .h4 {
         font-size: 1.5rem;
     }
 }
 h5,
 .h5 {
     font-size: 1.25rem;
 }
 h6,
 .h6 {
     font-size: 1rem;
 }
p, ol li, ul li, .p {
    font-family: var(--bs-font-sans-serif);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
}
a, .text-action, .btn-link {
    color: var(--link-color, #156BFF);
    text-decoration: none;
    transition: all 0.2s ease;
}
a:hover, .text-action:hover, .btn-link:hover {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
main a:hover, .asMain a:hover {
    text-decoration: underline !important;
}
.over-stretched-link {
    z-index: 5;
    position: relative;
}
.line-through {
    -webkit-text-decoration: line-through;
    text-decoration: line-through;
}
.text-italic {
    font-style: italic !important;
}
.hover\:underline:hover {
    text-decoration: underline;
}
.heading {
    font-size: 2rem;
    font-weight: 600;
}
.font-small {
    font-size: 0.875rem;
    font-weight: 300;
}
.font-base {
    font-size: 1rem;
    font-weight: 300;
}
.font-medium {
    font-size: 1.25rem;
    font-weight: 300;
}
.text-dark, .text-dark:hover {
    color: var(--primary-color-darker, #282b42) !important;
}
.text-dark a:not(.btn), .text-dark h1, .text-dark .h1, .text-dark h2, .text-dark .h2, .text-dark h3, .text-dark .h3, .text-dark h4, .text-dark .h4, .text-dark h5, .text-dark .h5, .text-dark h6, .text-dark .h6, .text-dark .h1, .text-dark .h2, .text-dark .h3, .text-dark .h4, .text-dark .h5, .text-dark .h6, .text-dark .display-1, .text-dark .display-2, .text-dark .display-3, .text-dark .display-4 {
    color: var(--primary-color-darker, #282b42);
}
.text-dark .text-muted {
    color: rgba(38, 43, 64, 0.7) !important;
}
.text-white, .text-white:hover {
    color: #fff !important;
}
.text-white a:not(.btn), .text-white h1, .text-white .h1, .text-white h2, .text-white .h2, .text-white h3, .text-white .h3, .text-white h4, .text-white .h4, .text-white h5, .text-white .h5, .text-white h6, .text-white .h6, .text-white .h1, .text-white .h2, .text-white .h3, .text-white .h4, .text-white .h5, .text-white .h6, .text-white .display-1, .text-white .display-2, .text-white .display-3, .text-white .display-4 {
    color: #fff;
}
.text-white .text-muted {
    color: rgba(255, 255, 255, 0.7) !important;
}
.text-gray-400, .text-gray-400:hover {
    color: var(--form-control-border, #D1D5DB)!important;
}
.text-gray-400 a:not(.btn), .text-gray-400 h1, .text-gray-400 .h1, .text-gray-400 h2, .text-gray-400 .h2, .text-gray-400 h3, .text-gray-400 .h3, .text-gray-400 h4, .text-gray-400 .h4, .text-gray-400 h5, .text-gray-400 .h5, .text-gray-400 h6, .text-gray-400 .h6, .text-gray-400 .h1, .text-gray-400 .h2, .text-gray-400 .h3, .text-gray-400 .h4, .text-gray-400 .h5, .text-gray-400 .h6, .text-gray-400 .display-1, .text-gray-400 .display-2, .text-gray-400 .display-3, .text-gray-400 .display-4 {
    color: var(--form-control-border, #D1D5DB);
}
.text-gray-400 .text-muted {
    color: rgba(209, 213, 219, 0.7) !important;
}
.text-facebook, .text-facebook:hover {
    color: #3b5999 !important;
}
.text-facebook a:not(.btn), .text-facebook h1, .text-facebook .h1, .text-facebook h2, .text-facebook .h2, .text-facebook h3, .text-facebook .h3, .text-facebook h4, .text-facebook .h4, .text-facebook h5, .text-facebook .h5, .text-facebook h6, .text-facebook .h6, .text-facebook .h1, .text-facebook .h2, .text-facebook .h3, .text-facebook .h4, .text-facebook .h5, .text-facebook .h6, .text-facebook .display-1, .text-facebook .display-2, .text-facebook .display-3, .text-facebook .display-4 {
    color: #3b5999;
}
.text-facebook .text-muted {
    color: rgba(59, 89, 153, 0.7) !important;
}
.text-twitter, .text-twitter:hover {
    color: #1da1f2 !important;
}
.text-twitter a:not(.btn), .text-twitter h1, .text-twitter .h1, .text-twitter h2, .text-twitter .h2, .text-twitter h3, .text-twitter .h3, .text-twitter h4, .text-twitter .h4, .text-twitter h5, .text-twitter .h5, .text-twitter h6, .text-twitter .h6, .text-twitter .h1, .text-twitter .h2, .text-twitter .h3, .text-twitter .h4, .text-twitter .h5, .text-twitter .h6, .text-twitter .display-1, .text-twitter .display-2, .text-twitter .display-3, .text-twitter .display-4 {
    color: #1da1f2;
}
.text-twitter .text-muted {
    color: rgba(29, 161, 242, 0.7) !important;
}
.truncate-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.fs-7 {
    font-size: 0.925rem!important;
}
.fs--1 {
    font-size: .925rem;
}
.fs--2 {
    font-size: .875rem;
}
.fs--3 {
    font-size: .825rem;
}
.fs--4 {
    font-size: .775rem;
}
.fs--5 {
    font-size: .725rem;
}
@media (min-width: 991px) {
    .text-lg-nowrap {
        white-space: nowrap!important;
    }
}
/****
*= images 
*****/
.data-source-13 {
    height:13px;
    width:auto;
}
.data-source-15 {
    height:15px;
    width:auto;
}
/****
*= Separators 
*****/
.separator {
    display: block;
    height: 0;
    border-bottom: 1px solid #eff2f5;
    margin-top:0.25rem !important;
    margin-bottom:0.25rem !important;
}
.separator.separator-dashed {
    border-bottom-style: dashed;
    border-bottom-color: #e4e6ef;
}
/****
*= Backgrounds 
*****/
.bg-primary-light {
    background-color: var(--primary-color-lighter, #47699b);
}
.bg-gray-400 {
    background-color: var(--btn-gray-400-background, #D1D5DB);
}
.bg-gray-400-light {
    background-color: var(--btn-gray-400-background-light, rgb(230, 233, 236));
}
.form-gradient-background {
    background: rgb(30,52,83);
    /*background: linear-gradient(180deg, rgba(30,52,83,1) 0%, hsla(194, 76%, 29%, 1),hsla(192, 70%, 43%, 1));*/
    background: linear-gradient(180deg, rgba(41,49,61,1) 0%, rgba(8,75,114,0.9318102240896359) 100%);
  }
/****
*= Borders
*****/
.border-dashed {
    border-style: dashed!important;
}
/***
*= popravki form
***/
.basic-search-form-mxw {
    max-width:650px;
}
@media (max-width: 767.98px) {
    .basicSearchForm, .btn-w100, .advancedSearchForm {
        width:100%;
    }
}
.advancedSearchForm button.si, .advancedSearchForm .boolean.si {
    width: 5rem;
}
.advancedSearchForm .btn-add-remove {
    border: 1px solid #ccc;
    border-radius: 50%;
    padding:0.5rem 0.8rem;
}
@media (max-width: 991px) {
    .btn-md-w100 {
        width: 100% !important;
    }
    .navbar-brand {
    	order :-4;
    }
    #navbar-system{
    	order :-3;
    }
    .sign-in-buttons {
    	order :-2;
    }
    .navbar-toggler {
    	order :-1;
    }
}
@media (max-width: 767.98px) {
    .p-xs-3 {
        padding: 1rem !important;
    }
    .btn-sm-w100 {
        width: 100% !important;
    }
} 
@media (max-width: 575px) {
    .p-xs-3 {
        padding: 1rem !important;
    }
    .btn-xs-w100 {
        width: 100% !important;
    }
    .py-xs-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
}
/* BETA text */
#beta-text {
    position:relative;
    z-index:999999;
    color:#fff;
    font-size:10px;
    line-height:10px;
    top:21px;
    left:-78px
}
@media (max-width: 991px) {
    #beta-text {
        position:absolute;
        top:43px;
        left:51px
    }
}
/* button as link */


    .htmx-indicator{
        opacity:0;
        transition: opacity 500ms ease-in;
    }
    .htmx-request .htmx-indicator{
        opacity:1
    }
    .htmx-request.htmx-indicator{
        opacity:1
    }
    
	.loading-spinner {
        width: 30px;
        height: 30px;
        border: 2px solid blue;
        border-radius: 50%;
        border-top-color: #0001;
        display: inline-block;
        animation: loadingspinner .7s linear infinite;
    }
    @keyframes loadingspinner {
     0% {
        transform: rotate(0deg);
        }
    100% {
        transform: rotate(360deg);
    }
   }    