﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn-secondary {
    color: #fff;
    background-color: #98a894;
    border-color: #6c757d;
}

.btn-reg {
    margin-left: 4.5rem;
}


.carousel-item.active {
    display: block;
    border-radius: 15px !important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    background-color: white;
    max-width: 100%;
    overflow-x: hidden;
    padding-top: 57px;
}

.bgimg-test {
    /* The image used */
    background-image: url(../img/pexels-stephan-seeber-1146803.jpg);
    /* Set a specific height */
    min-height: 500px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
    background-color: transparent;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

/* Style the button that is used to open and close the collapsible content */
.collapsible {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: double;
    text-align: left;
    outline: solid;
    font-size: 15px;
}

    /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
    .active, .collapsible:hover {
        background-color: #627065;
    }

/* Style the collapsible content. Note: hidden by default */
.content {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: #e8e8de;
}

.progress-vertical {
    width: 20px;
    height: 100px !important;
    position: relative;
}

    .progress-vertical .bar {
        width: 100% !important;
        position: absolute;
        bottom: 0;
        border-bottom-left-radius: inherit;
        border-bottom-right-radius: inherit;
    }

.bg-0 {
    background-color: #525174;
}

.bg-1 {
    background-color: #3c1642;
}

.bg-2 {
    background-color: #34a0a4;
}

.bg-3 {
    background-color: #1a759f;
}

.bg-4 {
    background-color: #184e77;
}

.progress {
    background-color: #7d9182;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.carousel-item > img {
    height: 500px;
    /*opacity: 0.8;*/
}

.imgBorder {
    border: 5px groove #cad7c7;
}

.bg-navbar {
    /*background-color: #7d9182;*/
    background-color: #53a92c;
}

.bgimg {
    /*    width: 80%;*/
    z-index: 0;
}

.text-over-img {
    z-index: 1;
    font-size: 1.2em;
    margin-top: -100px;
}

.bg-text {
    height: auto;
    background-color: #e8e8de;
    font-size: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-device-width: 1366px) {
    .bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4 {
        background-attachment: scroll;
    }
}

.navbar > .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

    .navbar > .container-fluid > .navbar-collapse > .navbar-nav > .nav-item > .nav-link {
        color: #e8e8de;
    }

    .navbar > .container-fluid > .navbar-collapse > .navbar-nav > .nav-item > a:hover {
        /*border-bottom: 3px solid;
        border-bottom-color: forestgreen;*/
        background-color: #428524;
    }

body > .container-fluid {
    margin-bottom: 60px;
    margin-top: 56px;
    padding-right: 0;
    padding-left: 0;
}

.navbar > .container-fluid > a.navbar-brand {
    color: #e8e8de;
    font-weight: bold;
}

.navbar-nav > .nav-item > .form-inline > button.nav-link {
    color: #e8e8de;
}

.padded {
    padding: 25px 25px;
}

#culture-picker {
    color: white;
    /*background-color: #7d9182;*/
    background-color: #53a92c;
    border: none;
}

.footer > .container-fluid {
    color: darkgray;
}

    .footer > .container-fluid > a {
        color: darkslategrey;
    }

.tab {
    float: left;
    border: none;
    background-color: #7d9182;
    height: 101.8%;
}



    /* Style the buttons that are used to open the tab content */
    .tab button {
        /*display: block;*/
        background-color: inherit;
        color: #e8e8de;
        padding: 22px 16px;
        width: 100%;
        border: none;
        outline: none;
        text-align: left;
        cursor: pointer;
        transition: 0.3s;
    }

        /* Change background color of buttons on hover */
        .tab button:hover {
            background-color: #e8e8de;
            color: #7d9182;
        }

        /* Create an active/current "tab button" class */
        .tab button.active {
            background-color: darkslategrey;
        }



.project-card {
    background-color: #e8e8de;
    width: 300px;
    height: 200px;
    box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    /*perspective: 1000px;*/ /* Remove this if you don't want the 3D effect */
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.5s;
    transform-style: preserve-3d;
}

.project-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
    position: fixed;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
}

.flip-card-front {
    background-color: #e8e8de;
    border-radius: 5px;
    color: black;
}

/* Style the back side */
.flip-card-back {
    background-color: #e8e8de;
    border-radius: 5px;
    color: black;
    transform: rotateY(180deg);
}


/*.card {
    background-color: transparent;
    border: none;
    padding-top: 10px;
}
.card:hover {
    box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}

.card > .card-footer {
    background-color: transparent;
    border: none;
}
#elementCard {
    text-align:center;
    justify-items:center;
}*/

.background-img {
    padding-top: 20px;
}
/*------------- buttons -----------*/
.btn-primary-eureka {
    background-color: #53a92c;
    color: white;
    margin-top: auto;
    border-radius: 8px;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    padding: 5px 10px;
}

.btn-secondary-eureka {
    border: 1px solid black;
    padding: 5px 10px;
    background: white;
    border-radius: 8px;
}

    .btn-secondary-eureka:hover {
        color: #fff;
        background: #7d9182;
        border: #fff;
    }

.update-button {
    background-color: white;
    color: black;
    padding: 4px 10px;
    border-radius: 8px;
}

    .update-button:hover {
        font-weight: 600;
    }

.deleteButton {
    color: rgb(33, 37, 41);
    padding: 4px 10px;
    border-radius: 8px;
}

    .deleteButton:hover {
        background-color: darkgray;
    }

.newButton {
    background-color: #fff;
    border: 1px solid #d5d9d9;
    border-radius: 8px;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    font-size: 13px;
    line-height: 29px;
    padding: 5px 11px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 100px;
}

.newButton-disabled {
    background-color: gray;
    cursor: not-allowed;
}

.newButton:hover {
    background-color: #f7fafa;
    text-decoration: none;
    color: black;
}

.newButton:focus {
    border-color: #008296;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    outline: 0;
}

.nav-link-demo {
    cursor: not-allowed;
}
#pdfButtonDisabled{
    cursor:not-allowed;
}

.btn-demo {
    background-color: forestgreen;
}

    .btn-demo:hover {
        background-color: darkgreen;
    }

.vikorButton {
    font-size: 16px;
    padding: 5px 10px;
    outline: 0;
    border: 1px solid black;
    cursor: pointer;
    position: relative;
    background-color: rgba(0, 0, 0, 0);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    color: white;
    font-weight: normal;
    border-radius: 8px;
    margin:5px;
}

    .vikorButton:after {
        content: "";
        background-color: gray;
        width: 100%;
        z-index: -1;
        position: absolute;
        height: 100%;
        top: 0px;
        left: 0px;
        transition: 0.2s;
        border-radius: 8px;
    }

    .vikorButton:hover {
        font-weight: bold;
        color: #fff;
        text-decoration: none;
    }




/* ---- links -------*/
.linkEureka {
    color: darkgreen;
}

    .linkEureka:hover {
        color: black;
        font-weight: 400;
        text-decoration: underline;
    }

/*--- resourcesImage ---------*/
.results {
    background: #ffffff;
    padding: 10px;
}

.table tbody tr:hover {
    color: #212529;
    background-color: rgba(0,0,0,.075);
}

/* --titles (h1-h6)*/
h1 {
    font-size: 2rem;
}

h2 {
    font-size: 1.5rem;
}

h3 {
    font-size: 1.25rem;
}

h4 {
    font-size: 1rem;
}

h5 {
    font-size: 1.2rem;
}

.redRow {
    background: red;
}

.greenRow {
    background: green;
}

.activateCell {
    display: flex;
    justify-content: center;
}

.pop-up {
    background: rgb(225, 225, 225);
    display: block;
    z-index: 100;
    padding: 30px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 10px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
}

.aButton {
    color: white !important;
    cursor: pointer !important;
}

.centeredContainer {
    position: relative;
    height: 80vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.nav-link.active {
    background-color: #627065 !important;
}

.hideImg {
    display: none;
}

.linkBtnEureka {
    border: none;
    outline: none;
    background: none;
    color: darkgreen;
}

    .linkBtnEureka:hover {
        text-decoration: underline;
        color: black;
    }

#handCalculation {
    display: none;
}
/* mobile version */
@media only screen and (max-width:800px) {
    .g-col-sm-12 {
        max-width: 100%;
        flex: 0 0 100%;
    }
}

@media print {
    #pdfButton {
        display: none;
    }

    #vikorCharts {
        display: none;
    }

    #handCalculation {
        display: block;
    }
}

.matrix > thead {
    background-color: #7d9182;
    color: #e8e8de;
    text-align: center;
}

.matrix > tbody > tr > th {
    background-color: #7d9182;
    color: #e8e8de;
}

.matrix > tbody > tr > td {
    background-color: #B2C2B9;
    text-align: center;
    font-weight: bolder;
}

.matrix {
    font-size: 20px;
}

.matrix-chains {
    font-size: 10px;
}

.matrix > tbody > tr :hover {
    background-color: darkgray;
}

button.matrix-dropdown {
    border: none;
    background-color: transparent;
    color: #e8e8de;
    font-weight: bold;
}

.dropdown-menu {
    background-color: #e8e8de;
}

.dropdown-item {
    color: #7d9182;
}

/*navigacija za stranicu informacije*/
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #7d9182;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    display: none;
}

#mySidenav {
    background-color: #53a92c;
    color: #e8e8de;
    min-height: 100vh;
}

    #mySidenav > ul > li {
        list-style-type: none;
    }

        #mySidenav > ul > li > a {
            color: #e8e8de;
            display: block;
        }


#main {
    transition: margin-left .5s;
    padding: 16px;
}

#closebtn {
    display: none;
}

.tablinks, .subTabLinks {
    display: block;
    background-color: inherit;
    color: #e8e8de;
    padding: 10px 12px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
}

    .tablinks:hover {
        color: #7d9182 !important;
        padding: 22px 16px;
        background-color: #e8e8de;
    }

    .subTabLinks:hover {
        color: #7d9182 !important;
        padding: 22px 16px;
        background-color: #e8e8de;
    }

/* Style the tab content */
.tabcontent {
    display: none;
    float: right;
    height: auto;
    padding-right: 15px;
    padding-left: initial;
}

    .tabcontent > h3 {
        padding-top: 15px;
        font-weight: bold;
    }

    .tabcontent > h4 {
        padding-top: 15px;
        font-weight: bold;
    }

    .tabcontent > p {
        padding-top: 15px;
        text-align: justify;
    }

.active {
    background-color: grey;
}

.subTabContent {
    padding-left: 50px;
    display: none;
    flex-direction: column;
}

    .subTabContent > button {
        padding: 4px 40px;
        font-size: 14px;
    }

#help {
    display: block;
}
#help1 {
    display: block;
}
/*novo Ivo Horvat*/
* {
    box-sizing: border-box;
}

p {
    padding-top: 0.5em;
}

.homePage {
    font-family: Verdana, sans-serif;
    margin: auto;
    max-width: 2000px;
}

.slideshow-container {
    position: relative;
    margin: auto;
}

.mySlidesImg {
    width: 100%;
    filter: brightness(65%);
    object-fit: cover;
}

.LogoDemo img {
    width: 250px;
    padding-bottom: 3%;
}

.text {
    color: white;
    font-size: 1rem;
    padding: 8px 12px;
    position: absolute;
    bottom: 10%;
    left: 10%;
    width: 50%;
    text-align: left;
}

.H3Title {
    background: #53a92c;
    padding: 15px;
    width: fit-content;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: bold;
}

.title {
    padding-top: 0.6em;
    font-weight: bold;
}

.demo {
    padding: 10px 20px;
    background: #53a92c;
    color: white;
    border: 0;
    margin-bottom: 20px;
    font-size: 1rem;
}
.desktop {
    display: block;
    max-width: 800px;
    margin: auto;
}
.desktop1{
    display:block;
}
.mobile {
    display: none;
}
.mobile1{
    display:none;
}
.demo-row {
    display: flex;
    /*align-items: flex-start;*/
    /*gap: 100px;*/
    margin: auto;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 50px;
    padding: 10px;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
}

    .demo-row > div {
        display: grid;
        justify-content: center;
    }

.demo-row-items {
    width: auto;
    max-width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #53a92c;
    color: white;
    border-radius: 20px;
    border: 1px solid #53a92C;
}

.row-content p {
    text-align: center;
    font-size: .9rem;
    /*padding: 0 10px;*/
    min-height: 80px;
}

.row-img img {
    width: 100%;
    border-radius: 20px 20px 0px 0px;
}
.Description {
    max-width: 1200px;
    margin: auto;
    margin-top: 85px;
    padding: 20px;
}
.wooden-pellets, .wooden-pellets-calculator {
    display: flex;
    gap: 30px;
    margin-top: 30px;
    flex-direction: row;
    line-height:normal;
}
    .wooden-pellets-calculator  img {
        max-width: 500px;
    }
.border_radius {
    border-radius: 20px;
}
.Box_row {
    display: flex;
    align-items: flex-start;
    gap: 100px;
    margin: auto;
    margin-top: 50px;
    padding: 10px;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
}

.Box_row-items {
    width: auto;
    max-width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #53a92c;
    color: white;
    border-radius: 20px;
    border: 1px solid #53a92C;
}

.Box_row-content {
    padding: 10px;
}

    .Box_row-content p {
        text-align: center;
        font-size: .9rem;
        padding: 0 10px;
        min-height: 80px;
        margin: 0;
        display: flex;
        align-items: center;
    }

.Box_row-img img {
    width: 100%;
    border-radius: 20px 20px 0px 0px;
}
.imgWidth {
    max-width: 600px;
    margin: auto;
    width: 100%;
    display: block;
}

label .package {
    width: 100%;
}

.card-input-element {
    display: none;
}

.card-input {
    margin: 10px;
    padding: 0px;
}

    .card-input:hover {
        cursor: pointer;
    }

.card-input-element:checked + .card-input {
    box-shadow: 0 0 2px 2px #2ecc71;
}


@media (max-width: 1370px) {
    .text {
        bottom: 0%;
        font-size: 1rem;
    }
}

@media (max-width: 1400px) {
    .H3Title {
        font-size: 1.2rem;
    }

    .text {
        bottom: 0%;
        font-size: 1rem;
        width: 100%;
        padding-left: 30px;
        left: 0;
        max-width: 80%;
        width: 100%
    }
}

@media (max-width: 950px) {
    .mySlidesImg {
        min-height: 500px;
    }

    .LogoDemo img {
        width: 150px;
    }

    .text {
        max-width: 100%;
    }

    h2 {
        font-size: 1.2rem;
    }
    .wooden-pellets-calculator img {
        max-width: 300px;
    }
}

@media (max-width: 750px) {
    .Description {
        margin-top: 30px;
    }

    .Box_row {
        flex-direction: column;
    }

    .footer_bottom_img {
        width: 150px;
    }

    .wooden-pellets, .wooden-pellets-calculator {
        flex-direction: column;
        align-items: center;
    }

        .wooden-pellets-calculator img {
            max-width: 100%;
        }

    .desktop {
        display: none;
    }
    .desktop1{
        display:none;
    }
    .mobile1{
        display:block;
    }

    .mobile {
        display: block;
        max-width: 300px;
        margin: auto;
    }
}
@media (max-width: 400px) {
    .footer_bottom p {
        text-align: left;
        font-size: .8rem;
    }
}
