﻿.favoriteHeader {
  color: gray;
  font-size: 30px;
  cursor: pointer;
  padding-right: 5px;
}
.favoriteItem {
  color: #cccccc;
  font-size: 30px;
  cursor: pointer;
  padding-left: 10px;
}
.tileViewFavorite {
  padding-right: 5px;
  position: relative;
  top: -8px;
  opacity: 0.4;
  float: left;
}
.listViewFavorite {
  padding-right: 5px;
  position: relative;
  top: -8px;
  left: -8px;
  opacity: 0.4;
  float: left;
}
.ContentAreaLP {
  font-weight: bold;
  max-width: 180px;
  padding-left: 30px;
  padding-right: 30px;
  vertical-align: top;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.ContentAreaSLP {
  font-size: 14px;
  font-weight: normal;
}
.btn {
  cursor: pointer;
}
.minWidth {
  min-width: 100px;
  text-align: center;
}
.successMessage {
  color: teal;
}
.landingPageTitle {
  font-size: 36px;
  color: #000;
}
.subLandingPageTitle {
  font-size: 30px !important;
  color: #000 !important;
}
.ContentPageFilterItem {
  color: #008272;
  font-size: 18px;
}
.contentTileCheckBox {
  float: right;
  padding: 0 7px 0 7px;
}
.pageDivider {
  margin: 20px 0 20px 0;
}
.pageBorder {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  border-top-color: #737373;
  border-top-width: 1px;
  border-top-style: solid;
}
/*# sourceMappingURL=Favorites.css.map */