/*#mapid { min-height: 300px; }*/
html, body {
    height: 100%; /* Ensure the body takes up the full height of the screen */
    margin: 0; /* Remove any default margin */
    padding: 0; /* Remove any default padding */
}
.height300 { min-height: 300px; }
.height400 { min-height: 400px; }
.height450 { min-height: 450px; }
.height600 { min-height: 600px; }
.heightFlexible{
    min-height: calc(100vh - 50px);
}
.navbar-custom {
    background-color: #2b2b2b;
    height:50px;
}

.navbar-custom .topnav-menu .nav-link {
    padding: 0 15px;
    color: rgba(255, 255, 255, .6);
    min-width: 32px;
    display: block;
    line-height: 5vh;
    text-align: center;
    max-height: 5vh;
}

.width5rem {min-width: 5rem;}

.custom-nav-item{     
    padding-left: 1rem;
    font-size: 2rem; 
	color:#02264F;
}
.font_1_1{     
    font-size: 1.1rem; 
}

.font-small{
    font-size:small;
}

.eo_chart:hover{
	cursor:pointer;
}

.plot-icons:hover{
    cursor:pointer;
    color:#04c6f3;
}

.icon_fa a{
    color: #4fc6e1;
}
.footer{
    left: 0;
    padding: 2px 2px 2px;
    height:3vh;
}
@media (min-width: 576px){
    .form-inline label {
        justify-content: left;
    }
}

@media (min-width: 576px){
    .form-inline .custom-select, .form-inline .input-group {
        width: 80%;
    }
}

.content-page{
    margin-left: 0px;
    overflow: hidden;
    padding: 0;
    min-height: 95vh;
    margin-top: 50px;
}

label {
    display: inline-block;
    margin-top: 0.5rem;
    margin-bottom:0rem;
    font-weight: 150;
}
.sidebar-menu{
    margin: 10px;
}
#modalPicture a{
	color:#02264F;
}
#modalPicture a:hover{
	color:#04c6f3;
}

#chart-placeholder a{
	color:#02264F;
}
#chart-placeholder a:hover{
	color:#04c6f3;
}

@media (min-width: 576px){
    .modal-dialog {
        max-width: 85%;
    }
}

.pointer-edited{
    cursor: pointer;
}

.umd-logo{
    background:url('../images/brands/UMD-logo.jpg');
}

.card-box {
    margin-bottom: 7px;
    padding-bottom: 0px;
}

.hr_custom {
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
    border: 0;
    border-top: 1px solid #e5e8eb;
}

.disabled{
    pointer-events:none;
    opacity:0.4;
}

.logo-max{
    max-height: 50px;
    padding:5px;
}

.option-box {
    background-color: #fff;
    padding-left: 1.6rem;
    padding-right: 0.6rem;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.1);
    margin-bottom: 0px;
    border-radius: 0.25rem;
}

.tr-custom:hover{
    background-color: #f1f1f1;
    cursor: pointer;
    color: #02264F;
}
.separator {
    display: inline-block;
    width: 1px;           /* Width of the line */
    height: 24px;         /* Height of the line to match button height */
    background-color: #ccc; /* Color of the line */
    vertical-align: middle;
}
@media (min-width: 768px){
    body[data-sidebar-size=condensed]:not([data-layout=compact]) {
        min-height: auto;
    }
}

body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu>ul>li {
    position: relative;
    white-space: normal;
}

#eo-cropyear-dropdown{
    min-width: 5rem;
}

.logo-box{
    width:200px;
}

.uah-color{
    color: #214a9a;
}


.navbar-custom .topnav-menu .nav-link {
    color: #2b2b2b;
}
.btn-light {
    background-color: #ffffff;
    border-color: #eceff1;
}
.card_custom {
    background-color: #cffaff;
    padding: 0.2rem;
}

.description-placeholder {
    display: block;
    width: auto; /* Match the width of the dropdown */
    /*background-color: rgb(255, 255, 255); /* Customize background color */
    padding: 10px;
    text-align: justify; /* Justify text */
    border-radius: 8px;
}

.fullScreen {
    width: 100vw;
    height: 100vh;
}
.sideGig{
    height: auto;
    min-height: 85vh;
}

#left-section {
    transition: all 0.3s ease;
    padding-right: 0.05%;
    padding-left: 0px;
}

.btn-info-inverted {
    color: #4fc6e1;
    background-color: #fff;
    border-color: #4fc6e1;
}
  
#right-section {
    overflow-y: auto; 
    height: calc(100vh - 100px); /* Adjust height to fill the viewport */
    padding-left: 0.25%;
}

#spinner-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.0); /* Semi-transparent white background */
    display: none; /* Hide initially */
    z-index: 999;
}
.hiddenStuff{
    display: none;
}
#expand-btn{
    display: none;
}
#expand-btn-noMenu{
    display: none;
}
#data-placeholder{
    display: none;
    padding-top: 0.25rem;
    background-color: #f7f7f7;
    min-height: 100%;
}
#tabs-placeholder{
    display: none;
    padding-top: 0.25rem;
}
#dataHide-btn{
    display: none;
}
#dataHide-btn-noMenu{
    display: none;
}
#dataDisDiv{
    display: none;
    padding-top: 0.25rem;
}
#plot-hider {
    position: absolute;
    top:5vh;
    left: 0;
    padding: 5px;
    width: auto;
    height: auto;
    padding: 5px;
    background-color: rgba(255, 255, 255, 0.97); /* Semi-transparent white background */
    z-index: 999;
}
#plot-container {
    pointer-events: auto; 
    position: absolute;
    /* top: 0; */
    left: 0;
    width: 30vh;
    height: 100%;
    padding: 5px;
    background-color: rgba(255, 255, 255, 0.97); /* Semi-transparent white background */
    z-index: 999;
}


@media (min-width: 768px) {
    #plot-container {
        width: 42vh;
    }
}

@media (min-width: 1024px) {
    #plot-container {
        width: 33vh;
    }
}

@media (min-width: 1440px) {
    #plot-container {
        width: 30vh;
    }
}
.spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 3px solid #f3f3f3; /* Light grey border */
    border-top: 3px solid #3498db; /* Blue border on top */
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 1s linear infinite; /* Spin animation */
}

@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
@media (max-width: 768px) {
.card-box {
    padding: 0.1rem; /* Set padding to 0rem for screens smaller than laptop size */
}
}

  .table-wrapper          { overflow: auto; height: 50rem; }
  .table-wrapper thead th { position: sticky; top: 0; z-index: 1; background-color: #f1f1f1; }


.nav-tabs .nav-link.active {
    background-color: #4fc6e1;
    color: #fff; /* Optional: change the text color to white for better contrast */
}

/* Optional: Change the border color if needed */
.nav-tabs .nav-link {
    border-color: #dee2e6;
}

/* Adjust the hover effect if needed */
.nav-tabs .nav-link:hover {
    background-color: #e1f5fe; /* Optional lighter hover color */
    color: #2b2b2b
}

.tab-content {
    padding: 0;
}

#info-window {
    display: none; /* Initially hidden */
    position: absolute;
    top: 10%;
    left: 15%;
    width: 500px;
    height: 460px;
    background: white;
    border: 2px solid #ccc;
    z-index: 1000;
    padding: 1rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    cursor: move;
}

#info-window video {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain; /* Ensures the video scales proportionally */
    border-radius: 8px;
  }
.ui-resizable-handle {
background: #ccc;
}