﻿#pavisionProperties {
    height: 100%;
    width: 100%;
    background-color: white;
    overflow: auto;
}

#filter {
    height: 100%;
    width: 100%;
    background-color: white;
    overflow: auto;
}

#kml {
    height: 100%;
    width: 100%;
    background-color: white;
    overflow: auto;
}

.table > tbody > tr.active > td {
    background: #123456;
    color: #fff;
}


.fa-eye {
    padding-left: 5px;
}

.ol-custom {
    z-index: 1001;
    top: 8px;
    left: 50px;
    position:relative;
}

.ol-custom-calendar {
    z-index: 1000;
    top: 48px;
    left: 50px;
    width: 320px !important;
    position: relative;
}

.map{
    z-index:0;
}

.skipButton {
    width: 200px !important;
}

.daterange{
    width:320px !important;
}

#inputFileFilters {
    display: none;
}

.object-fit-cover {
    zoom:4;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover; /*magic*/
}

.rotateimg180 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

#pavisionAttributes {
    height: 100%;
    width: 100%;
    background-color: white;
    overflow: auto;
    padding: 1px;
    /* Add styles from pavisionProperties */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
    border-radius: 4px;
    font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
}


.feature-header {
    background-color: white;
    padding: 8px 12px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.feature-header:hover {
    background-color: #e9ecef;
}

.attribute-item {
    background-color: white;
    border: 1px solid #ddd;
    padding: 8px;
    border-radius: 4px;
    margin-bottom: 8px; 
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}

.attribute-item:hover {
    background-color: #f8f9fa;
}

.attribute-severity,
.attribute-extent {
    margin-right: 10px;
}

.feature-group,
.attribute-item {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.2s ease-in-out;
}

.feature-group:hover,
.attribute-item:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/* Styling for the buttons in the Attributes navbar */
.navbar {
    padding: 0.5rem 1rem;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.navbar .btn {
    margin-right: 10px;
    font-size: 14px;
}

.navbar .btn i {
    margin-right: 5px;
}

.navbar .btn:hover {
    background-color: #e9ecef;
}

