﻿body {
    background-color: white;
    /*background:url("https://cdn.vectorstock.com/i/composite/31,19/business-background-vector-53119.jpg") no-repeat;*/
    background-size: cover;
}

.top-padding {
    height: 45px;
}

nav.navbar.navbar-inverse.navbar-fixed-top {
    background-color: #067BC2;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

/*endri 2.28.2025 start */
@media (min-width: 768px) {
    .zgjidh_furnitor {
        flex-direction: row !important;
        gap: 10px !important;
    }
}
/*endri 2.28.2025 end */

.fixed-buttons {
    position: fixed;
    top: 20px; /* Adjust as needed */
    right: 20px; /* Adjust as needed */
    z-index: 9999; /* Ensure the buttons are on top of other elements */
}

    /* Style for buttons */
.fixed-buttons button {
    margin-left: 10px; /* Adjust as needed */
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

.list-group-item {
    background-color: #067BC2;
    color: white;
    font-size: 15px;
}

.navbar-brand {
    padding: 10px 0px 10px 10px;
}

.logoImage {
    width: 20%;
}

#bodyPDF {
    position: fixed;
    width: 100%;
    height: 800px;
    max-width: 800px;
    min-width: 600px
}

#pranoFatEl {
    bottom: 10px;
    left: 30px;
    position: fixed;
    display: none;
}

#refuzoFatEl {
    bottom: 10px;
    left: 135px;
    position: fixed;
    display: none;
}

#shfaqFatEl {
    bottom: 10px;
    left: 250px;
    position: fixed;
    display: none;
}

#mbyllPdfView {
    display: none;
}

@media only screen and (max-width: 1200px) {
    #bodyPDF {
        position: relative;
        bottom: 0;
    }
}

    @media only screen and (max-width: 767px) {
        .navbar-brand {
            right: 0;
            position: absolute;
            width: 45px;
            margin-right: 1%;
        }

        #pranoFatEl {
            margin-top: 130%;
            padding: 15px;
        }

        #refuzoFatEl {
            margin-top: 130%;
            padding: 15px;
        }

        #shfaqFatEl {
            margin-top: 130%;
            padding: 15px;
        }

        #mbyllPdfView {
            display: inline-block;
            margin-left: 45%;
        }

        .scrollBack {
            background-color: #069FC2;
        }

        #bodyPDF {
            position: relative;
            bottom: 0;
        }

        #sinkronizo {
            right: 25%;
            bottom: 100px;
        }

        .logoImage {
            width: 100%;
        }

        .logoText {
            display: none;
        }

        #FisTCRBalanceTable {
            margin-bottom: 20%;
        }

        #myNavbar {
            font-size: 20px;
        }
    }

#totalSum {
    background-color: #1c64f2;
    padding: 4px 16px;
    border-radius: 12px;
    color: white;
    font-size: 16px;
}

#totalCount {
    background-color: rgb(49,196,141);
    padding: 4px 16px;
    border-radius: 12px;
    color: white;
    font-size: 16px;
}
