/* Color of main navigation bar */
.top_menu_main {
  background: #194a7d;
}

/* Color of Footer */
.footer_main {
  background: #194a7d;
  border-top: 10px solid #316aa6;
}

/* Color of Header */
.header {
  background: #194a7d;
}

/* Color of the table headers */
.table-head {
  background-color: #316aa6;
}

/* Button colors & styles */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  background: #194a7d;
  color: white;
  border-bottom: 3px solid #142b42;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  background: #316aa6;
  color: white;
}

.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
  background: #316aa6;
  color: white;
}

.button:disabled,
button:disabled,
input[type="text"]:disabled {
  background: #a8c2dc;
}

.button:disabled:hover,
button:disabled:hover,
input[type="text"]:disabled:hover {
  background: #316aa6;
}

.ui-widget-header {
  background: #194a7d;
  border: 0;
}