
.mouse-hover-not-allowed{
	cursor: not-allowed;
}

.form-horizontal .has-feedback .form-control-feedback {
	top: 0px;
}
.form-horizontal .has-feedback .form-control-feedback {
    right: 35px;
}
.form-control-clear {
  z-index: 20;
  pointer-events: auto;
  cursor: pointer;
}

.mouse-hover-pointer{
	cursor:pointer;
}
.notice table tr td{
	max-width: 0;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space: nowrap;
}

.notice table tbody tr {
    cursor: pointer;
}
.has-feedback .form-control-feedback {
    right: 35px;
}
.has-feedback .form-control {
	padding-right: 10px;
}
::-ms-clear {
  display: none;
}
.pagination_info{
	font-size: 12px;
	margin : 10px 0px;
}
.timeline-v2 > li .cbp_tmlabel {
    margin-bottom:20px;
}
.timeline-v2 > li .cbp_tmtime {
    padding-right: 60px;
}

.scheduleboard-p{
	max-height:250px;
	text-overflow:ellipsis;
	overflow:hidden;
	
}
