.fade.in {opacity: 1;}
.fade {opacity: 0; -webkit-transition: opacity .15s linear; -o-transition: opacity .15s linear; transition: opacity .15s linear;}
.fade .show {opacity: 1;}
.show{opacity: 1 !important;}
.fileinput-button {position: relative; overflow: hidden; display: inline-block;}
.fileinput-button input {position: absolute;top: 0;right: 0;margin: 0;height: 100%;opacity: 0;filter: alpha(opacity=0);font-size: 200px !important;direction: ltr;cursor: pointer;}

.not-lift{transform: none !important;}
.bg-white-2{background-color: #f7f7f8;}
.badge-active{color: #000000; background-color: #f7f7f8;}
.badge-white{color: #656f79}
.badge-white:hover{background-color: #f7f7f8;}
.category-buttons {display: flex;overflow-x: scroll;white-space: nowrap;  -ms-overflow-style: none;}
.category-buttons::-webkit-scrollbar{display:none;}
@keyframes progress-bar-stripes {
  from {
	background-position: 40px 0;
  }
  to {
	background-position: 0 0;
  }
}
.progress {
  height: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
		  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
		  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
	   -o-transition: width .6s ease;
		  transition: width .6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
		  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
	   -o-animation: progress-bar-stripes 2s linear infinite;
		  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.map_wrap {position:relative;overflow:hidden;width:100%;height:auto;}
.radius_border{border:1px solid #919191;border-radius:5px;}     
.custom_zoomcontrol {position:absolute;top:10px;right:10px;width:36px;height:80px;overflow:hidden;z-index:1;background-color:#f5f5f5;} 
.custom_zoomcontrol span {display:block;width:36px;height:40px;text-align:center;cursor:pointer; font-size: 12px; line-height: 40px; color: #68728d}            
.custom_zoomcontrol span:first-child{border-bottom:1px solid #bfbfbf;}

#map{width:100%;height:400px; border-top:1px solid hsla(0,0%,100%,.25); border-right:1px solid hsla(0,0%,100%,.25); border-left:1px solid hsla(0,0%,100%,.25);}
.map-navigation{top:-70px; width:96%; margin:0 auto; z-index: 1;}
.table-navi{margin-bottom: 0px;}
.table-navi td{line-height: 1 !important; background-color:rgba(255, 255, 255, 0.75); text-align: left; padding:5px;}
.table-navi h1{font-size:12px; margin-bottom:0px; line-height: 1.2;}
.table-navi td span{font-size:12px; color:#fb8172;}
.table-navi .nivi-td{text-align: center;width: 20%;}
.table-navi .nivi-td a{color:#818181;}
.table-navi .nivi-td img{width: 80%; height: auto; margin: 0 auto;}
.customoverlay {position:relative; bottom:85px;border-radius:0px;border: 1px solid #ccc;border-bottom:2px solid #ddd; float:left;}
.customoverlay:nth-of-type(n) {border:0; box-shadow:0px 1px 2px rgba(135, 135, 135, 1);}
.customoverlay .title {display:block;text-align:center;background:rgba(255, 255, 255, 1);  padding:4px 10px;font-size:12px;font-weight:400; font-family: 'NanumGothic', sans-serif !important;}
.customoverlay:after {content:'';position:absolute; margin-left:-12px; left:50%;bottom:-12px;width:22px;height:12px;background:url('/obit/assets/images/vertex_white.png')}
.dtp-buttons button:hover{transform:none !important;}

.veiwLinkText{font-size:14px;}
@media (max-width: 991px) {
.veiwLinkText{font-size:14px;}  
}
.serch-input input{height: 80px !important; font-size: 18px !important;}
.serch-input .btn{height: 80px !important;}
.d-table-off{display: none !important;}
.d-inline-off{display: none !important;}
.breadcrumb-item{font-size:14px !important;}