﻿
@charset "utf-8";

/* 레이어 범례 레이블 */
.legendItemLabel {
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position-y: center;
	white-space: nowrap;
}

/* 자전거도로/보행로 범례 */
.bicycleRoadLegendWrapper {
    width: 25rem;
    margin-bottom: 0;
}

.bicycleRoadLegendWrapper .bicycleRoadLegendColumnHeaders th {
    background-color: #e0f4ff;
    border-bottom: 2px solid #c7e6f1;
    padding: 0.5rem 0.5rem;
    font-weight: 400;
}

.bicycleRoadLegendWrapper td {
    padding: 0.3rem 0 0 0 !important;
}

.bicycleRoadLegendColumnItems {
    padding: 0.1rem 0 0.1rem 0;
}

.bicycleRoadLegendColumnItems label {
    cursor: pointer;
}

.bicycleRoadLegendColumnItems label img {
	margin-right: 5px;
}

/* 이용시설 범례 */
.maintainWaterLegendWrapper {
    width: 10rem;
    margin-bottom: 0;
}

/* 이용시설 범례 */
.workUseFacsLegendWrapper {
    width: 74rem;
    margin-bottom: 0;
}

.workUseFacsLegendWrapper td {
    padding: 0.1rem;
}

.legendRightBorder {
    border-right: 1px solid #dee2e6 !important;
}

.workUseFacsLegendColumnHeaders th {
    background-color: #e0f4ff;
    border-bottom: 2px solid #c7e6f1;
    padding: 0.5rem 0.5rem;
    font-weight: 400;
}


.workUseFacsLegendColumnItems {
    padding: 0.1rem 0 0.1rem 0;
}

.workUseFacsLegendColumnItems label {
    padding-left: 22px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: center;
}


/* 지도 축척바 및 좌표표시 */
.ol-scale-line {
    left: auto;
    right: 0.5rem;
    bottom: 2.8rem;
}

#divBodyMousePositionCoordinatesWrapper {
    width: 200px;
    height: 20px;
    position: absolute;
    right: 0.5rem;
    bottom: 5rem;
    display: none;
}

#divBodyMousePositionCoordinatesBackground {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0.4rem;
    background-color: white;
    opacity: 0.5;
}

#divBodyMousePositionCoordinates {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0.9rem;
    color: darkslategray;
    text-align: center;
}



/* The roundSwitch - the box around the roundSlider */
.roundSwitch {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 20px;
}

/* Hide default HTML checkbox */
.roundSwitch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The roundSlider */
.roundSlider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .2s;
    transition: .2s;
}

.roundSlider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 1px;
    background-color: white;
    -webkit-transition: .2s;
    transition: .2s;
}

input:checked + .roundSlider {
    background-color: #2196F3;
}

input:focus + .roundSlider {
    box-shadow: 0 0 1px #4cda11;
}

input:checked + .roundSlider:before {
    -webkit-transform: translateX(11px);
    -ms-transform: translateX(11px);
    transform: translateX(11px);
}

/* Rounded roundSliders */
.roundSlider.round {
    border-radius: 20px;
}

.roundSlider.round:before {
    border-radius: 50%;
}

/* Rounded roundSliders Text */
.roundSliderText {
    position: absolute;
    left: 40px;
    top: -2px;
}

.roundSliderText.longText {
    width: 120px;
}


/* 계획홍수위 등 여러건 중 기준이 되는 행 */
.focusedRow {
    border: 2px solid rgba(255, 0, 0, 0.4);
    background-color: rgba(255, 0, 0, 0.1);
}


/*---------------------------*/
/* 하천뷰 이용시설물 정보 팝업 */
/*---------------------------*/
#PoiCard {
    border: 2px solid #2196F3;
}

#carouselExampleControls {
    padding: 0.5rem;
}

#closeButton {
    top: 0.5rem;
    right: 0.5rem;
}

#Poi_Name {
    color: #5d5b5b;
}

#Poi_Location {
    color: #5d5b5b;
}

#Poi_Name:before {
    content: "•";
    color: gray;
    text-shadow: #c8d8ec44 0 0 3px;
    margin:0 2px;
}

#Poi_Location:before {
    content: "•";
    color: gray;
    text-shadow: #c8d8ec44 0 0 3px;
    margin:0 2px;
}


