/**/
.navibutton div#container {
  Height: 175px;
  Width: 175px;
  /*border: 2px;
    border-color: rgb(0, 0, 0);
    border-style: solid;*/
  border-radius: 5px;
}
.col-centered {
  float: none;
  margin: 0 auto;
}
.icon-holder {
  padding-top: 30px;
}
.button1colour {
  background: #0078d7;
}
.button1colour #title {
  background: #003f71;
}
.button2colour {
  background: #1700d7;
}
.button2colour #title {
  background: #0c0071;
}
.button3colour {
  background: #d700c0;
}
.button3colour #title {
  background: #710065;
}
.button4colour {
  background: #e21b3d;
}
.button4colour #title {
  background: #871024;
}
.button5colour {
  background: #5c1be2;
}
.button5colour #title {
  background: #371087;
}
.auditLogButtonColour {
  background: #202020;
}
.endpointsButtonColour {
  background: #304020;
}
.fa-10x {
  font-size: 10em;
}
.fa-8x {
  font-size: 8em;
}
div.dataTables_processing {
  position: absolute;
  width: 0;
  overflow: hidden;
}
table tbody tr:hover {
  cursor: pointer;
}
.navibutton {
  float: left;
  margin: 20px;
  position: relative;
}
a:hover {
  text-decoration: none !important;
}
.fullWidth {
  width: 100% !important;
}
.navibutton div#overlay {
  Height: 175px;
  Width: 175px;
  border: 2px;
  transition: background-color 0.3s ease-in-out;
  background-color: rgba(65, 105, 225, 0);
  position: absolute;
  z-index: 999;
  border-radius: 5px;
}
.navibutton div#overlay:hover {
  background-color: rgba(65, 105, 225, 0.4);
}
.navibutton div#overlay:active {
  background-color: rgba(65, 105, 225, 0.6);
}
.navibutton div#icon {
  padding-top: 18px;
  width: 100%;
  color: white;
}
.navibutton div#title {
  color: white;
  position: absolute;
  bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
table.dataTable tfoot {
  display: table-header-group;
}
table.dataTable thead th {
  border-bottom-width: 0;
}
table.dataTable tfoot th {
  border-top-width: 0;
}
table.dataTable tfoot th .form-control {
  padding: 0;
  height: 25px;
  font-size: 12px;
  font-weight: normal;
}
