.float-l {
  float: left;
}
.float-r {
  float: right;
}
.clear {
  clear: both;
}
.center {
  margin: 0 auto;
}
.ft-wei {
  font-weight: 600;
}
.hide-excess-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.v-center {
  display: flex;
  justify-content: center;
  align-items: Center;
}
@keyframes imgHover {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}
.imgHover {
  animation: imgHover 1s forwards;
}
.figure a:not(.btn):hover {
  text-decoration: underline;
}
.home-app .app-right .app-list {
  margin-bottom: 40px;
}
.sidebar .catalog ul > li {
  background-color: #e8e8e8;
  font-weight: 600;
  color: #000;
}
.sidebar .catalog ul > li ul > li {
  font-weight: 100;
  background-color: #f5f5f5;
}
.sidebar .catalog ul > li ul > li .fa {
  display: none;
}
.sidebar .catalog ul > li a.selected,
.sidebar .catalog ul > li a.selected:link {
  background-color: #316a97;


}
.sidebar .catalog ul > li a:hover {
  background-color: #fff;
}
.sidebar .catalog ul > li a.selected,
.sidebar .catalog ul > li a.selected:link,
.sidebar .catalog ul > li a.selected:hover {
  background-color: #fff;
}
@media (max-width: 767px){
  .content{
    overflow: auto;
  }
}
.content:not(.col-xs-1):not(.col-sm-1):not(.col-md-1):not(.col-lg-1):not(.col-xs-2):not(.col-sm-2):not(.col-md-2):not(.col-lg-2):not(.col-xs-3):not(.col-sm-3):not(.col-md-3):not(.col-lg-3):not(.col-xs-4):not(.col-sm-4):not(.col-md-4):not(.col-lg-4):not(.col-xs-5):not(.col-sm-5):not(.col-md-5):not(.col-lg-5):not(.col-xs-6):not(.col-sm-6):not(.col-md-6):not(.col-lg-6):not(.col-xs-7):not(.col-sm-7):not(.col-md-7):not(.col-lg-7):not(.col-xs-8):not(.col-sm-8):not(.col-md-8):not(.col-lg-8):not(.col-xs-9):not(.col-sm-9):not(.col-md-9):not(.col-lg-9):not(.col-xs-10):not(.col-sm-10):not(.col-md-10):not(.col-lg-10):not(.col-xs-11):not(.col-sm-11):not(.col-md-11):not(.col-lg-11):not(.col-xs-12):not(.col-sm-12):not(.col-md-12):not(.col-lg-12) a[href]:not(.btn) {
  text-decoration: underline!important;
}