@charset "utf-8";

.accordion .btn_on{background-color:rgb(128 146 255) ; color:#fff; box-shadow:none;}
#denstyBtn {background-color: #7f91e487; cursor: default !important;}
#acdntRiskBtn {background-color: #ebf0ff !important; cursor: pointer;}
.myClass {
	stroke: #b40524;
	fill: #08ffff;
	stroke-width: 3;
}
.pop16_td{
	width: 100px !important;
}
	
#draggable19 .pop19_tit .pop19_btn .icon_plus {
    right: 290px !important;
}	
#draggable19 .pop19_tit .pop19_btn .icon_minus {
    right: 270px !important;
}

#playtime{
	width: 156px;
}

/* #draggable19 .pop19_cont .playbar {
    background-color: #4761DE !important;
}
 */

/* .playbar {
    background-color: #09B864;
    border-radius: 4px;
    box-shadow: inset 0 0.5em 0.5em rgba(0,0,0,0.05);
    height: 5px;
    overflow: hidden;
    position: relative;
    transform: translateZ(0);
    width: 100%;
  }

  .progress-bar__bar {
    background-color: #ececec;
    box-shadow: inset 0 0.5em 0.5em rgba(94, 49, 49, 0.05);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }

  .progress-bar__bar.active {
    transition: all 5000ms ease-out;
    transform: translateX(100%);
    -webkit-transform: translateX(100%)
  } */
  
  #bar {
/*     width:0px;
    height:25px; */
/*     border:1px solid black;
    background-color:yellow;
    border-radius:3px; */
    width: 1%;
    background-color: #fff;
    border: 1px solid #4761DE;
    border-radius: 5px;
    height: 8px;
    background-color: green;
}

.progressBar {
    width: 570px;
    margin-left: 10px;
    background-color: #fff;
    border: 1px solid #4761DE;
    border-radius: 5px;
    height: 10px;
}

.density_wr {
	display: block;
}

#authorTxt {
	font-weight: bold;
    background-color: #ffffff;
    background-color: rgba( 255, 255, 255, 0.5 );
}

/* UI 수정 */
.gis .pan03_date .btn {
    width: 32px;
}

.gis .pan03_date .pan03_p01 {
	margin-top: 15px;
}

.gis .pan03_date .btn {
	font-size: 11px;
}

.accordion .d-md-block {
	display: block !important;
}

.pannel .input_area {
	padding: 9px 8px;
}

.accordion-button{
	padding: 7px 0;
}

#grid_level_tooltip_img {
	margin-left: 10px;
}

.accordion-button:not(.collapsed) {
	color: #000;
    background-color: #EBF0FF;
    box-shadow: none;
}

#gridLevelMenu {
	display: inline-block; 
	vertical-align: middle; 
	white-space: nowrap;
	padding: 5px 13px;
    font-size: 13px;
    font-weight: 500;
}

.accordion-button::after {
	position: absolute;
    right: 8px;
    margin-left: inherit;
    width: 1rem;
    height: 1rem;
    background-size: 1rem;
}

.accordion-body {
    padding: 10px 3px;
    padding-bottom: 0px !important;
}

.accordion-item {
	background-color: none;
	border: none;
}

.accordion-button.collapsed {
    background-color: #EBF0FF;
}

.k-chart {
	font-size: 10px;
}

.k-chart .k-grid-lines-vertical {
    stroke: transparent;
}

.k-chart .k-grid-lines.k-grid-lines-vertical {
    stroke: transparent;
}

.gis .popup15 {
	width: 130px;
}

/* UI 수정본 */
#draggable16 .popup_cont table tr td:nth-child(1) {
    font-size: unset;
    font-weight: unset;
}

.tooltip .tooltiptext {
	position: fixed;	
}

.k-chart g:hover circle {
   opacity: 0;
    transition: opacity 0.3s ease;
}

.k-chart .k-legend-item:hover path {
   stroke-width: 4;
}

.k-chart g:hover path d {
   stroke-width: 4;
}

/* .pannel .k-input {
	padding-bottom: 15px;	
} */

.k-datepicker .k-state-disabled {
    color: #d0d0d0;
    pointer-events: none;
    cursor: not-allowed;
}

#gridLevel3, #gridLevel4 {
	margin-right: 5px;
}