﻿html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 80px;
}

/* #region Footer styles */
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 0.85em;
}
/* #endregion */

/* #region custom Kendo UI styles */
#configure {
    display: none;
}

.k-panelbar .k-content {
    padding: 20px;
}

p .k-button {
    margin: 0 15px 0 0;
}

.k-state-active .label {
    font-size: 1em;
}
.formTitle {
    margin-bottom:20px !important;
}
.loginFormDiv {
    width: 100%;
    max-width: 600px;
    margin: auto;
    position: relative;
    margin-top: 250px !important;
    transform: translateY(-50%);
    background: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

input:read-only {
    background-color: #f0f0f0; /* Set your desired background color */
    color: #333; /* Optional: Adjust text color for better contrast */
}

.grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr; /* Creates two equal columns */
    gap: 20px; /* Optional: Adds space between the columns */
}

.reportImage {
    border:1px solid silver !important;
    max-height : auto !important;
    max-width: 380px !important;
}

.left-column, .right-column {
    padding: 10px;
}

.k-form-legend {
    font-weight:bold;
}

.logo {
    width:180px !important;
    height: auto !important;
    margin-top:-100px !important;
}

.login-btn {
    width: 100% !important;
    height: 40px !important;
    font-size: 16px !important;
    text-transform: uppercase;
}

.center-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.form-buttons {
    margin-top: 30px;
    display: flex;
    gap: 10px;
}

.left-column-rep-edit {
    width: 600px !important;
    margin-top: 10px !important;
}
.right-column-rep-edit {
    width: 400px !important;
    margin-top: 20px !important;
}

.right {
    text-align:right !important;
}

#divGrid {
    margin-top:10px !important;
}

#divShowDataForPeriod {
    display: flex;
    align-items: center;
    margin-top:14px;
}

.labelText {
    width:144px !important;
    font-size:12px !important;
}

#navigator {
    margin-bottom:14px;
}

#tabMap {
    margin-top:10px !important;
}

#map {
    width: 100%;
    height: 500px; /* Adjust the height as needed */
}

.k-map .k-i-marker-custom-marker.valid::before {
    content: "\f06d"; 
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 30px;
    color: red;
}

.k-map .k-i-marker-custom-marker.invalid::before {
    content: "\f06d";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 30px;
    color: gray;
}

.nav-tabs .nav-link {
    border: 1px solid #c1c1c1 !important;
    color: #892a2e !important;
}

.nav-tabs .nav-link.active {
    color: #fff !important;
    background-color: #892a2e !important;
}

.navbar-brand {
    color: #892a2e !important;
    font-weight:bold;
    text-transform: uppercase;
}

.btnBack:hover {
     color:#fff !important;
}

.btnSaveIcon:before {
    content: "\e119" !important;
}


/* #endregion */
@media (max-width: 767px) {
    #responsive-panel {
        transition: all linear .2s;
    }

    #configure {
        display: block;
        float: right;
    }

    .k-rpanel {
        width: 100%;
    }

    .k-rpanel-expanded {
        margin-top: 1rem;
    }

    .navbar-header {
        width: 100%;
    }

    .footer {
        height: 60px;
    }

    .k-menu .k-item,
    .k-menu .k-link {
        width: 100%;
    }

    .k-menu .k-link {
        box-sizing: border-box;
    }

    .k-rpanel-expanded ul {
        flex-direction: column;
    }
}
