.bg-transition {
  -webkit-transition: background-color 650ms linear 200ms;
  -moz-transition: background-color 650ms linear 200ms;
  -ms-transition: background-color 650ms linear 200ms;
  -o-transition: background-color 650ms linear 200ms;
  transition: background-color 650ms linear 200ms;

  background-color: rgba(0, 0, 0, 0)!important;
}

.module-ocdepartment .collapse > .list-group-item:first-child,
.module-ocdepartment .collapsing > .list-group-item:first-child,
.module-ocdepartment .carousel-inner > .item > .list-group-item:first-child {
	border-top-width: 1px;
}

.module-ocdepartment .carousel-inner > .item > .list-group-item:first-child,
.module-ocdepartment .carousel-inner > .item > .ocd-child-collapse > .list-group-item:last-child,
.module-ocdepartment .ocd-child-carousel + .list-group-item,
.module-ocdepartment .ocd-child-carousel + .list-group-item:hover,
.module-ocdepartment .ocd-child-carousel + .list-group-item:focus,
.module-ocdepartment .ocd-child-collapse + .list-group-item,
.module-ocdepartment .ocd-child-collapse + .list-group-item:hover,
.module-ocdepartment .ocd-child-collapse + .list-group-item:focus{
  border-bottom-width: 0;
}

.module-ocdepartment .list-group-item[data-toggle]:hover,
.module-ocdepartment .list-group-item[data-slide]:hover {
	border-left-width: 0;
	border-right-width: 0;
}

.module-ocdepartment .list-group-item[data-toggle]:hover,
.module-ocdepartment .list-group-item[data-slide]:hover {
	border-left-width: 0;
	border-right-width: 0;
}
.module-ocdepartment a {color: #444 !important;font-size: 14px;}
.module-ocdepartment .list-group-item {border: none;}

.module-ocdepartment small {
    background-color: #f3f3f3;
    color: #909090;
    font-weight: 200;
    font-size: 11px;
    padding: 1px 2px;
    margin-left: 5px;
    border-radius: 3px;
}
.module-ocdepartment .list-group-item-warning {color: inherit;background-color: #ebf1f8;border-radius: 4px;font-size: 14px;}
.module-ocdepartment a.list-group-item:hover {background-color: #ebf1f8;border-radius: 4px;}