/* =======================================================
*
* 	Naslovna stran 
*
* ======================================================= */
*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
}

html {
    height: -webkit-fill-available;
    /*font-family: var(--pisava);*/
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    height: 100%;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

body {
    font-family: var(--pisava);
    font-size: var(--pisavavelikost);
    min-height: -webkit-fill-available;
    margin: 0;
    padding: 0;
    overflow: auto;
    background: var(--pic1) 0 0 / cover repeat scroll border-box padding-box;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

sup,
sub {
    vertical-align: baseline;
    position: relative;
    top: -0.4em;
}

sub {
    top: 0.4em;
}

/*P
{
	margin-top: 0;
	margin-bottom: 1rem;
}*/
/* Let's get this party started */
::-webkit-scrollbar {
    width: 1.5em;
    overflow-scrolling:auto;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 14px 14px transparent;
    border: solid 4px transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 14px 14px #BBBBBE;
    border-radius: 1.5em;
    border: solid 4px transparent;
}

::-webkit-scrollbar-button {
    display: none;
}

.fixed-bottom.text-center {
    /*padding: 80px 10px 10px;*/
    font-size: 1.3em;
}

.container {
    height: 100%;
    /* overflow: auto; */
    margin-top: 0;
    margin-right: 0;
    width: 100%;
}

.container-footer {
    padding-bottom: 150px;
}

.container {
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox */
}

.container::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
}

#footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background-color: white;
    z-index: 3;
}

.front-third {
    padding-left: 25em;
    height: auto;
}

.front-third2 {
    height: auto;
}

/*.front-second
{
	padding-left: 25em;
}*/
div#first {
    background:var(--pic2) bottom center / cover no-repeat;
    opacity: 0.2;
    height: 100vh;
}

div#second {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

a {
    /*color:var(--clabelvar1);*/
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:hover {
    color:var(--chover);
}

.menu {
    padding: 30px 0px 0 0;
    /*margin: 30px 0 0 0;*/
}

.menu li {
    list-style: none;
    /*margin-bottom: 10px;*/
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
}

.menu li a {
    padding: 5px;
}

.menu li.active a {
    color: #B3B3B3;
}

.fh5co-form {
    padding: 30px;
    margin-top: 1rem;
    background: #FFFFFF;
    max-width: 360px;
    min-width: 360px;
    font-family: var(--pisava);
    border:medium solid var(--cfrontframe);
    border-radius: 10px;
}

@media screen and (max-width: 768px) {
    .fh5co-form {
        padding: 15px;
        max-width: 100%;
        min-width: 310px;
    }
    
    .container {
        margin-left: 0;
    }
    
    .front-third {
        padding-left: 1em;
    }
    
    div.Copyright {
        max-width: 100%;
        min-width: 310px;
        padding-left: 1em;
    }
    
    div.login-logo {
        max-width: 100%;
        min-width: 310px;
        padding-left: 1em;
    }
}

.fh5co-form h2 {
    text-transform: uppercase;
    /*letter-spacing: 0.1em;*/
    font-size: x-large;
    margin: -1.1em 0 1.5em;
    color:var(--cfrontframe);
    font-weight: bold;
}

div#pnSucces.register-visible .notification {
    font-size: 1.4em;
}

div#pnSucces.register-visible h2 {
    font-size: 1.6em;
    padding-top: 40px;
}

.lostpass-title {
    text-transform: uppercase;
    font-size: 20px;
    margin: 0px 0 20px;
    color:var(--cfrontframe);
    font-weight: bold;
}

.fh5co-form .form-group {
    margin-bottom: 1em;
}

.fh5co-form .form-group .btn {
    margin-top: 10px;
    margin-bottom: 10px;
}

.fh5co-form .form-group p {
    font-size: small;
    color:var(--cmain);
    font-weight: 500;
}

.fh5co-form .form-group.head p {
    font-size: 1.2em;
    color:var(--clabel);
    font-weight: 500;
    text-align: left;
    margin-top: -5px;
}

.fh5co-form .form-group p a {
    /*color:var(--clabel);*/
}

.validate-error-msg {
    color: white;
    background-color: #FFC700;
    border-radius: 5px;
    padding: 5px;
    margin-top: 5px;
    font-size: small;
}

.splosni-pogoji {
    color:var(--cmain);
    font-weight: bold;
}

.fh5co-form label {
    font-weight: 300;
    font-size: 1.3em;
    /*background-color:var(--sub);*/
    padding: 5px;
    color:var(--clabel);
    border-radius: 5px;
    /*margin-left: 25px;*/
    /*margin-top: -25px;*/
}

label#agreeTerms {
    padding-left: 32px;
    margin-top: -28px;
    background: none;
}

.fh5co-form .login-error-msg {
    color: white;
    background-color:var(--csub);
    border-radius: 5px;
    padding: 5px;
    margin-top: 5px;
}

.fh5co-form .form-control {
    font-size: medium;
    font-weight: 500;
    height: 40px;
    padding-left: 0;
    padding-right: 0;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.fh5co-form .form-control::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
    /*text-transform: uppercase;*/
}

.fh5co-form .form-control::-moz-placeholder {
    color: rgba(0, 0, 0, 0.3);
    /*text-transform: uppercase;*/
}

.fh5co-form .form-control:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
    /*text-transform: uppercase;*/
}

.fh5co-form .form-control:-moz-placeholder {
    color: rgba(0, 0, 0, 0.3);
    /*text-transform: uppercase;*/
}

.fh5co-form .form-control:focus,
.fh5co-form .form-control:active {
    border-bottom:2px solid var(--csub);
}

input,
textarea {
    color: #000;
}

.placeholder {
    color: #AAA;
}

.js .animate-box {
    opacity: 0;
}

.radioButtonList td {
    vertical-align: top;
}

.radioButtonList input[type="radio"] {
    float: left;
}

.radioButtonList label {
    display: block;
    padding: 0px 0px 0px 30px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.registracija-navodila {
    float: right;
}

label:empty {
    display: none;
}

div.captcha-img {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.logo-front {
    margin: 0px;
    /*padding: 0px 0px 0px 0;*/
    align-content: center;
    width: 180px;
}

.login-logo {
    text-align: center;
    max-width: 360px;
    min-width: 360px;
}

.logo-front-2 {
    padding-top: 10px;
    margin-left: 0px;
}

.btn_asp_icon {
    border: 0;
    background:var(--csub);
    color: white;
}

.btn:hover > .btn_asp_icon {
    background-color:var(--csub60);
    color: #FFFFFF;
}

.btn {
    background-color:var(--csub);
    border: none;
    color: white;
    padding: 8px 15px;
    font-size: 16px;
    cursor: pointer;
    margin-right: 10px;
}

.btn.kvadrat {
    padding: 12px;
}

.btn:hover {
    background-color:var(--csub60);
    color: #FFFFFF;
}

a:focus,
button:focus,
input:focus,
textarea:focus {
    outline: none;
}

.login-obvestilo {
    border-top:thick solid var(--cfrontframe);
    border-bottom:thick solid var(--cfrontframe);
    padding: 10px;
    border-radius: 5px;
    color:var(--csub);
    font-family:var(--pisava);
    font-size: smaller;
    font-weight: lighter;
}

.btn-frame {
    padding: 20px 0px;
    margin: 0px;
}

.front-first {
    width: 100%;
    padding-top: 1em;
    padding-right: 0;
}

.Copyright {
    font-size: small;
    text-align: center;
    padding-top: 1em;
    text-align: center;
    border-radius: 3px;
    max-width: 360px;
    min-width: 360px;
    padding-bottom: 0.5em;
    margin-left: 3px;
}

h2#PostopekRegistracije {
    padding-top: 30px;
}

div#pnRegistrationConfirmed {
    font-size: 1.5em;
}

div#pnSucces.register-visible p {
    font-size: 1.4em;
}

h2#PasswordRecoveryConfirmation {
    padding-top: 30px;
}

div#pnPasswordRecoveryConfirmed {
    font-size: 1.5em;
}

.soglasje-gdpr {
    padding-top: 1rem;
    padding-left: 3rem;
    padding-right: 3rem;
    font-size: 18px;
    font-family: var(--pisava);
    /*background:var(--pic2) top left / cover no-repeat border-box padding-box;*/
}

.soglasje-gdpr-naslov {
    font-size: 1.5em;
    font-family: var(--pisava);
    padding-left: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-weight: bold;
    color: white;
}

.soglasje-gdpr-ikona {
    font-size: 1.5em;
    font-family: var(--pisava);
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-right: 0;
    font-weight: bold;
    color: white;
}

.soglasje-button {
    /*padding-top: 1em;*/
    padding-bottom: 1em;
}

.soglasje-text {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.soglasje-naslov {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    background: center / contain no-repeat content-box border-box var(--cmain);
    border-radius: 10px;
}

/*.soglasje-alineje 
    {
 margin-bottom: 1em;
    float: left;
    display: inline-block;
}*/
.soglasje-radio {
    position: absolute;
    display: inline-block;
}

.soglasje-labela {
    padding-left: 40px;
    padding-top: 0px;
    position: relative;
    line-height: 1.2em;
    padding-bottom: 1em;
}

.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
    background-color:none;
}

/*pdfviewer toolbar*/
.e-pdfviewer .e-pdfviewer-icon:hover {
    background-color:var(--clight);
    cursor: pointer;
    border-radius: 2px;
}

.e-pdfviewer .e-pdfviewer-icon {
    border-radius: 2px;
}

.copyright {
    color:var(--clabelvar1);
    /*padding-top: 5px;*/
    text-align: center;
    width: 358px;
    /*background-color: rgba(255, 255, 255, 0.5);*/
    border-radius: 5px;
    margin: 5px 0 0 2px;
}

.copyright-text {
    font-weight: 600;
    color:var(--clabelvar1);
}

.copyright-text:hover {
    text-decoration: none;
}

.prijava-text {
    color:var(--clabel);
    /*font-size: small;*/
}

.prijava-text :hover {
    /*color:var(--clabel);*/
    /*font-size: small;*/
    /*border-bottom:3px solid var(--csub);*/
    text-decoration: none;
    /*font-weight: 600;*/
}

.label-text {
    color:var(--clabel);
    font-size: 14px;
}

.label-text :hover {
    color:var(--clabel);
    font-size: 14px;
}

.back-link {
    color:var(--cfrontframe);
    font-size: 14px;
}

.back-link:hover {
    text-decoration: none;
}

/*Carousel*/
.card {
    margin: 0 auto;
    border-bottom: thin solid #67BD50;
    border-right: none;
    border-left: none;
    border-top: none;
    padding-bottom: 2px;
}

.card .carousel-item {
    height: 100px;
}

.card .carousel-caption {
    padding: 0;
    right: 0;
    left: 0;
    color: #3D3D3D;
}

.card .carousel-caption h3 {
    color: #284B8C;
    font-family: 'roboto';
    font-size: 15px;
}

.card .carousel-caption h1 {
    color: #67BD50;
    font-family: 'roboto';
    font-size: 10px;
}

.card .carousel-caption p {
    line-height: 18px;
}

.card .carousel-caption .col-sm-3 {
    align-items: center;
}

.card .carousel-caption .col-sm-9 {
    text-align: left;
}
/* carousel */
#quote-carousel {
    padding: 0 10px 4px;
    margin-top: 0px;
}

    /* Control buttons  */
    #quote-carousel .carousel-control {
        background: none;
        color: #222;
        font-size: 2.3em;
        text-shadow: none;
        margin-top: 0px;
        width: 10%;
    }

        /* Previous button  */
        #quote-carousel .carousel-control.left {
            left: -20px;
            margin-left: 30px;
        }

        /* Next button  */
        #quote-carousel .carousel-control.right {
            right: -20px !important;
            margin-right: 30px;
        }

    /* Changes the position of the indicators */
    #quote-carousel .carousel-indicators {
        right: 45%;
        top: auto;
        bottom: 0px;
        margin-right: -20px;
    }

        /* Changes the color of the indicators */
        #quote-carousel .carousel-indicators li {
            background: #FFFFFF;
        }

        #quote-carousel .carousel-indicators .active {
            background: #333333;
        }

    #quote-carousel img {
        width: 250px;
        height: 100px;
    }

.carousel-pubdate {
    display: none;
}

.carousel-pubcontent {
    margin: 0px;
}

#quote-carousel .glyphicon {
    color: var(--csub60);
    margin-right: -40px;
    margin-left: -40px;
}

#quote-carousel .carousel-content {
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    min-height: 150px;
    margin: 0 7%;
}

/* End carousel */

.keycloak-login {
    padding-top: 1rem;
    margin-inline: auto;
    width: fit-content;
}

.keycloak-activation {
    padding-top: 1rem;
    margin-inline: auto;
    width: fit-content;
}

.activation {
    border: medium solid var(--cfrontframe);
    border-radius: 10px;
    padding: 30px;
    margin-top: 2em;
    background: #FFFFFF;
    max-width: 768px;
    min-width: 360px;
}