﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body, #app, .main {
    height: 100%;
    min-height: 100%;
    margin: 0;
}

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.top-row {
    min-height: 3.5rem;
    display: flex;
    align-items: center;
}

.main {
    display: flex;
    flex-direction: column;
    width:100%;
}

    .main .top-row {
        background-color: #f8f9fa;
        border-bottom: 1px solid #d6d5d5;
        justify-content: flex-end;
    }

        .main .top-row > a, .main .top-row .btn-link {
            white-space: nowrap;
            margin-left: 1.5rem;
        }

        .main .top-row a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

.content {
    /*padding-top: 1.1rem;*/
    flex: auto;
    overflow-y: auto;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.star {
    background-image: url("../images/star2.png");
    background-size: 20px;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

.treatmenttactic {
    padding: 5px 0px 5px 0px;
}

.image_preview {
    width: 100%;
    height: 100%;
    border: 1px solid #e3e3e3;
}

.img_thumbnail {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    width: 100%;
}

.image_caption {
    font-size: small;
    font-style: italic;
    text-align: justify;
}

.img_thumbnail:hover {
    box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}

.image_view_container {
    border: 0px;
    padding: 2px 2px 2px 2px;
    margin: 0px;
}

.fuel_types_container {
    overflow: auto;
    height: 600px;
}

.menustrip {
    float: right;
}

.paragraph_title, .paragraph_title2 {
    font-weight: bold;
    padding: 5px 0px 5px 0px;
}

.paragraph_title {
    text-decoration: underline
}

.gridheader {
    font-weight: bold;
}

.refLine {
    font-weight: bold;
    min-height: 50px;
    padding: 3px 0px 3px 20px;
}

.pointer {
    cursor: pointer;
}

    .pointer:hover {
        color: red;
    }


.k-nav.k-link {
    padding: 6px 12px;
    line-height: 1.4285714286;
}

.k-nav.k-state-active {
    font-weight: bold;
    color: #656565;
}

.k-menu-group .k-item > .k-menu-link {
    line-height: 1.4285714286;
    padding: 4px 8px;
    padding-right: 32px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.divSeparator {
    height: 40px;
    width: 100%;
}

.page-header {
    background-color: ghostwhite;
    border-bottom: 1px solid #e3e3e3;
    margin-top: 0px;
}

.specialMenu .k-menu:not(.k-context-menu) {
    background-color: ghostwhite;
    float: right;    
}

.page-header-left {
    float: left;
    font-size: 18pt;
    margin: 0px;
    padding: 10px 0px 0px 40px;
    color: darkgreen;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.page-header-right {
    float: right;
    position: relative;
    bottom: 0;
}

/*------------------------------------------------------------------------*/

.banner_area {
    position: relative;
    z-index: 1;
    background: url(../images/forest.jpg) no-repeat scroll center center;
    background-size: cover;
    max-height: 450px;
}

    .banner_area .banner_inner {
        position: relative;
        overflow: hidden;
        width: 100%;
        z-index: 1;
        padding-top: 40px;
        padding-bottom: 40px;
    }

        .banner_area .banner_inner .banner_content {
            max-width: 655px;
            background: #fff;
            padding: 20px 65px;
            position: relative;
            border-radius: 5px;
            overflow: visible;
        }

            .banner_area .banner_inner .banner_content:before {
                content: "";
                width: 313px;
                height: 130px;
                background: rgba(167, 203, 0, 0.8);
                position: absolute;
                left: -50px;
                top: -30px;
                z-index: -1;
            }

        .banner_area .banner_inner .banner_content {
            color: #000000;
            font-size: 18px;
            margin-bottom: 0px;
            display: inline-block;
            min-width: 600px;
            /* text-transform: uppercase;*/
        }

            .banner_area .banner_inner .banner_content .page_link {
                display: inline-block;
                float: right;
                padding-top: 10px;
            }

                .banner_area .banner_inner .banner_content .page_link a {
                    font-size: 14px;
                    color: #666666;
                    font-family: "Raleway", sans-serif;
                    margin-right: 32px;
                    font-weight: 300;
                    position: relative;
                    text-transform: uppercase;
                }

                    .banner_area .banner_inner .banner_content .page_link a:before {
                        content: "\f0da";
                        font: normal normal normal 14px/1 FontAwesome;
                        position: absolute;
                        right: -25px;
                        top: 50%;
                        -webkit-transform: translateY(-50%);
                        -ms-transform: translateY(-50%);
                        transform: translateY(-50%);
                    }

                    .banner_area .banner_inner .banner_content .page_link a:last-child {
                        margin-right: 0px;
                    }

                        .banner_area .banner_inner .banner_content .page_link a:last-child:before {
                            display: none;
                        }
.contentPanel{
    margin-top : -20px;
}

.parteners {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 150px; /* Increased height for better consistency */
    margin-bottom: 15px; /* Added margin between rows */
}

    .parteners img {
        max-width: 100%; /* Ensure image doesn't exceed container width */
        max-height: 100%; /* Ensure image doesn't exceed container height */
        object-fit: contain; /* Maintain aspect ratio while fitting in container */
        width: auto;
        height: auto;
    }

@media (max-width: 768px) {
    .row {
        display: flex;
        flex-wrap: wrap;
    }

    .col-3 {
        flex: 0 0 50%; /* On smaller screens, show 2 images per row */
        max-width: 50%;
    }
}

@media (max-width: 480px) {
    .col-3 {
        flex: 0 0 100%; /* On very small screens, show 1 image per row */
        max-width: 100%;
    }
}

.how-to-use {
    height: 300px;
    width: 610px;
}

.fuelTypeImage {
    background-image: url("../images/fueltypes.png");
    
    background-repeat: no-repeat;
    background-position-x:left;
    width: 100%;
}

.disclaimer {
    vertical-align: central;
    text-align: justify;
    width: 60%;
    line-height: 40px;
    margin: 50px auto auto auto;
}

.tabstrip {
    height: 570px;
    padding: 5px 5px 0px 0px;
}
.news_container {
    overflow: auto;
    height: 590px;
}

/* TelerikList column properties */

th.k-header {
    font-weight: bold !important;
    /*
    white-space: normal !important;*/ /* results in word-wrapping of column headers
                                       Ref.: https://docs.telerik.com/blazor-ui/knowledge-base/grid-wrap-and-center-column-text */
}

.k-treelist tr:hover {
    cursor: pointer;
}

.k-grid a {
    color: revert !important;
}

.k-grid a:hover {
    text-decoration: revert !important;
}



/*main css */


.sidebar-landing {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    padding: 58px 0 0; /* Height of navbar */
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%), 0 2px 10px 0 rgb(0 0 0 / 5%);
    width: 20%;
    z-index: 600;
    background-color: #223d3c;
}
        
.menu-landing {
    background-color: #223d3c;
    align-items: center;
    text-align: center;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.titles-landing {
    position: relative;
    left: 22%;
    height: 100vh;
    background-image: url('../images/forest-background.jpg');
    background-size: cover;
    background-attachment: fixed;
    width: 71%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.background-landing {
    height: 100vh;
    background-image: url('../images/forest-background.jpg');
    background-size: cover;
    background-attachment: fixed;
}

.menu-item-landing {
    font-size: 120%;
    margin-bottom: 8%;
    font-weight: bold;
    color: white;
}

.landing-img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
    
.home {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.top {
    background-image: url('../images/forest-background-top.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: space-between;
    color: #223d3c;
    font-weight: bold;
    font-family: Century Gothic, Arial, sans-serif;
}

.project {
    align-items: center;
    text-align: center;
    margin-left: 20%;
    margin-right: 90%;
}

.home-btn {
    font-size: 2em;
    /*color: #223d3c;
    margin-top: 35%;
    text-align: right;
    right: 3px;
    margin-right: 2px;
    margin-top: 5%;*/
    color: white;
    position: absolute;
}

.page-title {
    margin-left: 3%;
    text-transform: uppercase;
}

.main-title {
    font-family: Century Gothic, Arial, sans-serif;
    font-size: 333%;
    color: #223d3c;
    margin-top: -30%;
    max-width: 90%;
}

.sub-title {
    font-family: Century Gothic, Arial, sans-serif;
    color: #4B5E42;
    font-weight: bold;
    font-size: 140%;
    max-width: 90%
}

.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    padding: 28px 0 0;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%), 0 2px 10px 0 rgb(0 0 0 / 5%);
    width: 4%;
    z-index: 1001;
    background-color: #223d3c;
    transition: width 0.3s ease;
    overflow: hidden;
}

    .sidebar:hover {
        width: 22%;
    }

.menu {
    background-color: #223d3c;
    align-items: center;
    text-align: center;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
}

.menu-image {
    width: auto;
    height: 125px;
    max-width: 315px;
    transition: all 0.3s ease;
    margin-bottom: 8%;
}

.sidebar:not(:hover) .menu-image {
    width: 100%;
    height: auto;
    padding: 5px;
}

.menu-links {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.sidebar:hover .menu-links {
    opacity: 1;
    visibility: visible;
}

.body-width {
    width: 96%;
    left: 4%;
    position: relative;
}

.titles {
    height: 100vh;
    background-image: url('../images/forest-background.jpg');
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.menu-item {
    font-size: 120%;
    margin-bottom: 8%;
    font-weight: bold;
    color: white;
    white-space: nowrap;
    text-decoration: none;
    display: block;
}

.menu-title {
    font-size: x-large;
}

.classic-link {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease;
    color: white;
    text-decoration: none;
    text-align: center;
    position: absolute;
    bottom: 20px;
    width: 100%;
}

.sidebar:hover .classic-link {
    opacity: 1;
    visibility: visible;
}

.sub-menu {
    height: 40px;
    display: flex;
    justify-content: space-evenly;
    background-color: #394d4c;
    color: white;
    align-items: center;
    text-align: center;
}

.sub-menu-item {
    color: white;
    text-transform: uppercase;
    font-size: medium;
}

.other-item {
    opacity: 50%;
}

.text-content {
    margin-left: 20%;
    margin-right: 20%;
    margin-top: 5%;
    margin-bottom: 10%;
    font-size: 150%;
    text-align: justify;
}

.fuel-management-table {
    width: 99%;
    margin-top: 0.2%;
    border-collapse: collapse;
    text-align: center;
    margin-left: 0.2%;
    margin-right: 0.01%;
    font-family: Noto Sans, sans-serif;
}

.blurred {
    filter: blur(5px);
}

.fuel-management-table th {
    color: white;
    text-align: center;
    background-color: #223d3c;
}

.fuel-management-table, td, th {
    border: 2px solid black;
    height: 65px;
}

.info-header {
    height: 7%;
    display: flex;
    justify-content: space-between;
    background-color: #394d4c;
    color: white;
    align-items: center;
    text-align: center;
    border-radius: 25px 25px 0px 0px;
}

.info-name {
    margin-left: 3%;
}

.back-btn {
    margin-right: 80px;
    font-size:2em;
}

.info-content {
    display: flex;
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 1%;
}

.content-column {
    margin-left: 1%;
    margin-right: 1%;
    max-width:50%;
}

.gallery {
    display: flex;
    width: 500px;
    height: 200px;
}

.treatment-tactics-table {
    width: 99%;
    margin-top: 0.5%;
    margin-bottom: 8%;
    border-collapse: collapse;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: large;
}

.treatment-tactics-table td, .treatment-tactics-table th {
    border: none;
    padding: 1%;
}

.treatment-tactics-table tr:nth-child(even) {
    background-color: #f2f2f2;
}

.treatment-tactics-table tr:nth-child(odd) {
    background-color: #ffffff;
}

.treatment-tactics-table th {
    color: white;
    text-align: center;
    background-color: #223d3c;
    font-size: large;
}

treatment-tactics-table, td, th {
    height: 55px;
}

.tactic-name {
    font-weight: bold;
}

.info-box {
    position: absolute;
    top: 3.5%;
    left: 5%;
    width: 90%;
    /*height: 90%;*/
    background-color: white; /*  Semi-transparent background */
    z-index: 1000; /* Ensure it appears on top */
    border-radius: 25px;
}

.tactic-info-content {
    display: flex;
}

.image {
    margin-right: 2%;
}

.ranking-table {
    font-size: small;
}

.ranking-table-text {
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.rank {
    width: 105px;
}

.container {
    max-width: 100%;
}

.fm-tt-table {
    border-collapse: separate;
}

.fm-tt-table thead th:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.fm-tt-table thead th:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.classic-link {
    position: fixed;
    color: white;
    right: 2%;
    bottom: 2%;
}

.sortable-header {
    cursor: pointer;
    position: relative;
    padding-right: 50px !important;
}

.sort-arrows {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    opacity: 0;
    transition: opacity 0.2s;
}

.sortable-header:hover .sort-arrows {
    opacity: 1;
}

.sort-arrows.active {
    opacity: 1;
}

.arrow {
    font-size: 8px;
    line-height: 8px;
    color: #666;
}

.arrow.active {
    color: #000;
}

.arrow.up {
    margin-bottom: 2px;
}

.clickable {
    cursor: pointer;
}