/*start form required labels*/
form .required label:after {

  color: #e32;

  content: '*';

  display: inline;

  opacity: 1;

  /*font-size: 19px;

  font-weight: 900;*/

  margin-left: 1px;

}
/*end form required labels*/

/*start pagination styling*/
.pagination-links-wrapper a{
  max-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-width: 90px;
  margin-right: 5px;
  padding: 7px 14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2px;
  background-color: #23d0ec;
  color: #fff;
}
.pagination-links-wrapper a:hover{
  background-color: #11b1cb;
  text-decoration: none;
}
/*end pagination styling*/

/*start flash message styling*/
#flashMessage{
  cursor: pointer;
}
/*end flash message styling*/
