/* Write your custom CSS here */
.dataTables_wrapper .dataTables_paginate .paginate_button{
  cursor: pointer !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  border: none !important;
  box-shadow: none !important;
  background: #f1f1f1 !important;
  color: #637282!important;
}
.dataTables_info{
  color: #666 !important;
}
label.error{
  float: none !important;
}
#itemsPackages fieldset{
  margin-bottom: 25px;
}

.MessageBoxContainer{
  color: #666 !important;
  background-color: rgb(255, 255, 255) !important;
}
