﻿.due-diligence-folder-map-container{
    margin-right: 8px;
}

.due-diligence .folder-fields {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 5px;
}

.due-diligence .folder-field {
    display: flex;
    flex-direction: column;
    height: 40px;
}

.due-diligence .field label {
    margin-bottom: 5px;
}

.due-diligence .full-width {
    flex-basis: 100%;
    height: unset;
}

.due-diligence .fixed-width {
    flex: 0 0 40px; /* Adjust this value to set the fixed width */
}

.due-diligence .project-number-field {
    flex: 1 1 36px;
}

.due-diligence .issue-container {
    display: flex;
    gap: 5px;
}

.due-diligence .filter-items {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

.due-diligence top-space-button {
    margin-top: 5px;
}

.due-diligence .modal-tab-container {
    display: flex;
    gap: 20px;
    background-color: #FAF9F8;
}

.due-diligence .modal-tab-left-section, .due-diligence .modal-tab-right-section {
    flex: 1;
    padding: 20px;    
}

.due-diligence .form-group {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

    .due-diligence .form-group label {
        min-width: 150px; 
        margin-right: 10px;
        text-align: right;
    }

.due-diligence .modal-tab-bottom-section {
    display: flex;
    gap: 20px;
    margin-top: 20px;
    flex-direction: column;
}

.k-tabstrip-top > .k-tabstrip-items-wrapper .k-item:active, .k-tabstrip-top > .k-tabstrip-items-wrapper .k-item.k-active {
    background-color: #ffffff;
    border-bottom: 1px solid #005E63;
}

.address-details-label {
    font-weight: bold;
}

.k-listview-item{
    padding-left: 5px;
}

.k-listview-item {
    background: #ffffff;
}
.k-listview-item .dd-selected {
    background: blue;
}

.address-list-item-edit{
    cursor: pointer;
}

#due-diligence-left-toggle-btn {
    background: #FAF9F8;
}

.address-list-item-edit .edit-icon {
    display: none;
}

.address-list-item:hover .address-list-item-edit .edit-icon {
    display: inline-block;
}

#due-diligence-address-details-right {
    z-index: 1000;
    position: fixed;
    height: 100%;
}

.due-diligence-details-right-header {
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    color: #323130;
    padding-top: 20px;
    padding-left: 16px;
}

.due-diligence-details-section-right {
    margin-left: 30px;
    height: 100%;
}

.edit-list-item-action-polygon-pencil {
    position: absolute;
    right: 66px;
}

.due-diligence .edit-list-item{
    cursor: pointer;
}

.address-list-loader {
    display: flex;
    /* width: 100%; */
    height: 100%;
    margin: 0 auto;
    width: 75px;
    height: 50px;
    justify-content: center;
    align-items: center;
}

.address-left-panel-loader {
    margin: 0 auto;
    width: 75px;
    height: 50px;
}



.due-diligence-loader-parent{
        display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;

}

.due-diligence-select-planning-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.due-diligence-select-planning{
    width: 336px;
}
.due-diligence-planning-button-group {
    margin-left: auto; /* Push the buttons to the right */
    display: flex;
    gap: 10px; /* Optional, to add space between buttons */
}
.due-diligence-planning-buttons {
}

.due-diligence{
    display: flex;
    flex-direction: column;
    height: 100%;
}

.address-list {    
    flex: 1;
    height: calc(100% - 150px);
    position: absolute;
    width: calc(100% - 5px);
}

.zone-list {
    height: 150px;
    min-height: 150px !important;
    overflow-y: auto;
    width: calc(100% - 5px);
    border-top: 3px solid lightgray;
    position: absolute;
    bottom: 0px;
}

.orange-pencil {
    color: orange !important;
}
.save-polygon-indicator {
    position: absolute;
    right: 64px;
}

.due-diligence .modal-tab-container {
    display: flex;
    gap: 20px;
}

.due-diligence .modal-tab-left-section, .due-diligence .modal-tab-right-section {
    flex: 1;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f9f9f9;
}


.due-diligence .modal-tab-container {
    display: flex;
    gap: 20px;
}

.due-diligence .modal-tab-left-section, .due-diligence .modal-tab-right-section {
    flex: 1;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.due-diligence .file-download {
    text-decoration: underline;
}

.due-diligence .polygon-list:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline;
    cursor: pointer;
}

.due-diligence .polygon-list-selected {
    font-weight: bold;
}

.due-diligence .reset-height {
    height: unset !important;
}

.due-diligence .save-polygons {
    margin-top: 10px;
    border: 1px solid #ccc;
    background-color: #005E63;
    color: white;
    width: 80px;
    position: relative;
    border-radius: 3px;
    height: 40px;
}

.due-diligence .reset {
    margin-top: 10px;
    border: 1px solid #ccc;
    background-color: #005E63;
    color: white;
    width: 80px;
    position: relative;
    border-radius: 3px;
    height: 40px;
}

.due-diligence .edit-buttons {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 10px;
}

.folder-map-container {
    flex: 2;
    overflow: auto;
    width: 100%;
}

