﻿.logicon_customnote {
  background: url('../images/icons/logicons/57.png') no-repeat scroll 0 0 transparent;
}
.pager .togglebutton {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  cursor: pointer;
}
.pager .togglebutton span {
  display: inline-block;
  padding: 0px 5px;
  min-width: 85px;
  white-space: nowrap;
  height: 18px;
  color: #999999;
  background-color: #dce4ea;
  border: 2px solid transparent;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  text-align: center;
}
.pager .sel span,
.pager .togglebutton span:hover {
  background-color: #307fbf !important;
  color: White !important;
  border: 2px solid gold !important;
  white-space: nowrap;
}
.pager .sel span a,
.pager .togglebutton span:hover a {
  color: White !important;
}
.pager input {
  width: 30px;
}
/*# sourceMappingURL=pager.css.map */