.dashboard-wrappercss,
.user-profile-wrappercss,
.user-personalisation-wrappercss,
.web-trends-reports-wrappercss,
.user-saved-searches-wrappercss,
.user-notification-wrappercss,
.user-rss-saved-wrappercss,
.user-rating,
.user-annotations-wrapper,
.user-widgets-wrapper,
.eCommerce-order-portlet,
.opGroup-group,
.masterUsers-portlet,
.publicationsList-portlet,
.userAddresses-portlet,
.users-management-portlet{

  a .no-decoration-icon-link ,
    .icon-rss.no-decoration-icon-link{
      text-decoration: none;
  }
  .no-decoration-icon-link {
    a {
     text-decoration: none;
      .icon-rss {
         text-decoration:none;
      }
      &:hover, &:focus {
        text-decoration:none;
      }
    }
 }
  .delete-glyphicon-link {

    i.glyphicon-remove {
      color: #E74C3C;
    }
    i.glyphicon-remove:focus {
      color: #e75d3ced;
      text-decoration: none;
    }
    i.glyphicon-remove:hover {
      color: #e75d3ced;
      text-decoration: none;
    }
  }

  .user-prefferences-primary-btn,
  .user-prefferences-primary-btn.btn-primary,
  .btn.user-prefferences-primary-btn.btn-primary {
    &:focus, &:hover {
      background-color: #5599ff;
      border-color: #5599FF;
    }
  }

  .btn.updateUserQuery.user-prefferences-primary-btn.btn-primary {
    &:focus, &:hover{
      background-color: #5599ff!important;
      border-color: #5599FF;
    }
  }

  .btn-danger {
    &:hover, &:focus {
      color: white;
      background-color: #ed2c17;
      border-color: #ac2925;
      border-radius: 4px;
      font-size: 12px;
      font-weight: normal;
    }
  }

  .margin-between-icon-and-text.btn-primary {
    span {
      margin-right: 4px;
    }
  }
  .master-user-pagination {
    ul.pager.lfr-pagination-buttons {
      li {
        border-right: hidden;
        float: left;
        position: relative;
        margin-right: 3px;
        a{
          display: inline-block;
          padding: 5px 14px;
          background-color: #fff;
          border: 1px solid #ddd;
          border-radius: 15px;
        }
      }
    }
  }

  .card-content {
    a {
      .card-image.with-icon {
        &:focus, &:hover {
          span {
            background-color: #5599ff;
            border-color: #5599FF;
          }
        }
      }
      .card-label {
        background-color: #5599ff;
        border-color: #5599FF;
        text-decoration: underline;
      }
    }
  }

}