/* knb 2026-2024 */

.shaded {
    background : rgba(231, 133, 67, 0.2) !important;
    width: 350px;
}

.haze {
    color: #777;
    font-weight: bold;
}
li.small-circle, li.large-circle {
    list-style: none;
    color: #777;
}
li.small-circle:before { content:'\2022'; font-size:15px; vertical-align:top; padding-right:7px; }
li.large-circle:before { content:'\2022'; font-size:25px; vertical-align:top; padding-right:7px; }
#infoctrl {
    padding: 0px 0px 0px 2px;
}
#infoctrl h4 {
    margin-top: -2px;
    margin-bottom: 2px;

}

.leaflet-container {background:#D9D9D9;}

#infoctrl_close, .ctrl_close {
    border-color: black;
    border-width: 1px;
    opacity: 0.5;
    border-style: solid;
    float:right;
    font-weight: bolder;
    padding-left: 5px;
    padding-right: 5px
}

span.icdp-right {
    float:right;
}

#icdplogolink, #memberslink {
    text-decoration: underline;
    /*display: inline;*/
    background-color: lightgrey;
}

#icdplogo, #icdplogodiv, #icdplogolink, #icdplogo_close {
    display: flex;
}
#icdplogo {
    margin-left: -2px;
}
#icdplogo_close {
    justify-content:end;
    align-items:start;
    transform:scale(180%);
    margin: 3px;
    color: gray;
    cursor: pointer;
}
.svg-active-project {
    stroke: navy;
    stroke-width: 3;
    fill-opacity: 0.5
}

@keyframes blink-1 { 50% { stroke: transparent } }
@keyframes blink-2 { to { stroke: transparent } }


.blink-smooth-1 {
	animation: 1s blink-1 3;
    fill: blueviolet;
    animation-iteration-count: 30;
    z-index: 10;
}

.blink-smooth-2 {
	animation: .5s blink-2 6;
	animation-direction: alternate;
}

.blink {
	animation: 1s blink-1 3 steps(1);
}


.strikethrough {
    text-decoration: line-through;
}

/*
.leaflet-control-layers-overlays > label:nth-child(2) > div:nth-child(1) > span:nth-child(2) {
    text-decoration: line-through;
}
*/

#custom-control  {
    line-height: 4px;
}


/* "Project Current State" selection checkboxes*/
.label-colorpatch-style {
    display: inline-block;
    width: 16px;
    height: 16px;
}

.label-checkbox-style  {
    margin-right: 3px;
    /* transform: scale(0.8); */
}

.label-text-style {
    color: black;
    flex-grow: 1;
    line-height: 1;
}

.label-label-style {
    font-size: small;
    display: flex;
    align-items: center;
    min-width: 180px;
    padding: 1px 0;
    margin-bottom: -2px;
}


#infoctrl2 {
    /* transparent white because this control is big when expanded.*/
    background-color: #FFFFFF88;
}

.text-bold {
  font-weight: bold;
}

/* .project-current-status {
} */
sub-options, .sub-options {
    display: none;
    margin-left: 0em;
}


#label-zoom-in {
    font-size: smaller;
    line-height: 20px;
    padding-left: 1em;
}
