/*#mapid { min-height: 300px; }*/
.height300 { min-height: 300px; }
.height400 { min-height: 400px; }
.height450 { min-height: 450px; }
.height600 { min-height: 600px; }
.height800 { min-height: 800px; }
.navbar-custom {
    background-color: #005592;
}
.width5rem {min-width: 5rem;}

.custom-nav-item{     
    padding-left: 1rem;
    font-size: 2rem; 
	color:#2b2b2b;
}
.font_1_1{     
    font-size: 1.1rem; 
}
.plot-icons{
    /*color:green;*/
}

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

.eo_chart:hover{
	cursor:pointer;
}

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

.icon_fa a{
    color: #4fc6e1;
}

@media (min-width: 576px){
    .form-inline label {
        justify-content: left;
    }
}

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

#modalPicture a{
	color:#cfe5ff;
}
#modalPicture a:hover{
	color:#04c6f3;
}

#chart-placeholder a{
	color:#df9000;
}
#chart-placeholder a:hover{
	color:#04c6f3;
}
#dl-line-button a{
    color : #2b2b2b;
}
#dl-data-button a{
    color : #2b2b2b;
}



@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;
}

.td-custom:hover{
    
}

.tr-custom:hover{
    background-color: #f1f1f1;
    cursor: pointer;
    color: #cfe5ff;
}

.custom_logo50{
    width:45%;
}

@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;
    }

    .card_custom {
        background-color: #02264f14;
        padding: 0.2rem;
    }
}

.moncosta-legend{
    padding: 5px;
    background-color: rgba(255,255,255,0.9);
}

.erosion-legend{
    padding: 5px;
    background-color: rgba(255,255,255,0.9);
}