.radio.radio-inline {
  margin-top: 0;
  margin-left:0px;
  margin-right: 20px;
}
.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline{
    margin-top: 0;
    margin-right: 20px;
}


.auto-hide-area{
	max-height: 70px;
	overflow: scroll;
	transition: max-height .6s;
	-moz-transition: max-height .6s;	/* Firefox 4 */
	-webkit-transition: max-height .6s;	/* Safari å’Œ Chrome */
	-o-transition: max-height .6s; 	/* Opera */
	z-index: 30;
}

.auto-hide-area:hover{
	max-height: 250px;
	background:#fff;
	transition: max-height 0.5s;
	-moz-transition: max-height 0.5s;	/* Firefox 4 */
	-webkit-transition: max-height 0.5s;	/* Safari å’Œ Chrome */
	-o-transition: max-height 0.5s;	/* Opera */
	overflow: scroll;
}

.under-text-m {
    background-color: #FDFBDB;
    padding: 6px 3px;
    border: 1px dashed #E4E4E4;
    font-size: 12px;
    height: 45px;
}
@media (max-width: 767px){
	.gy-idx-box{
		padding: 15px 0px 15px 5px;
		margin-bottom : 5px;
	}	
	.dropdown-menu-slg{
		width:300px !important;
	}
	
	.gy-chart-info{
		height:80px;
		padding:5px;
	}
	
	.list-group-item {
	    border-radius: 0px;
	    padding: 5px 20px 5px 20px !important;
	}
	.gy-usual {
		height:90px;
	}
	.gy-usual:hover{
		height:90px;
	}
	.gy-usual-box{
		height: 90px;
    	padding: 10px 10px 10px 10px;
	}
	
	.gy-interface-div{
		padding: 10px 10px 10px 10px;
	}
	
	.gy-chart-div{
		border-right: 0px solid #e4e4e4;	
	}
	
	.gy-chart-info-m{
		border-right: 1px solid #e4e4e4;
	}
	
	.gy-idx-text{
		font-size:15px;
	}
	
	.gy-interface-div-m{
		padding-left:40px;
	}
	.gy-interface-info{
		width:110px;
	}
}

.gy-interface-div{
	border-left: 1px solid #FFF;
	border-right:1px solid #FFF;
}
.gy-interface-div:hover{
	border-left:1px solid #E4E4E4;
	border-right:1px solid #E4E4E4;
}

.popover-content{
	padding:9px 9px;
}