﻿#topNav > ul > li {
  /* Font Size Menu 12px*/
  font-size: 10px;
  /* Space between Menu Items 0 = top/bottom  10px = left/right 7 */
  padding: 0 4px; }

.header-search {
  /* If you Need to hide the search and social links from header uncomment next line: */
  display: none; }



/* ------------------------------------
    Page Background Color
------------------------------------ */
#siteWrapper {
  background-color: white; }

/* ------------------------------------
    Nav Card Background 
------------------------------------ */
.navCard .navCardBackground {
  background-color: #0c3daf; }

/* ------------------------------------
    Select Card Background 
------------------------------------ */
.slider-cards .selCard .selCardBackground {
  background-color: #0c3daf; }

/* ------------------------------------
    Header table Background color
------------------------------------ */
table[class^="custom-table"] thead tr th {
  background-color: #0c3daf; }

/* ------------------------------------
    Primary text color
------------------------------------ */
.text-primary {
  color: #0c3daf !important; }

/* ------------------------------------
    Primary background color
------------------------------------ */
.bg-primary {
  background-color: #0c3daf !important; }

/* ------------------------------------
    Primary link color 
------------------------------------ */
a, a:visited {
  color: #0c3daf;
  transition: color 0.4s ease-out 0s; }

/* ------------------------------------
    Primary btn background color 
------------------------------------ */
.btn.btn-primary {
  background-color: #0c3daf !important;
  color: white !important; }
  .btn.btn-primary:hover {
    box-shadow: 0 0 0 3px rgba(12, 61, 175, 0.6) !important;
    color: white !important; }

/* ------------------------------------
    Border fontAwesome color
------------------------------------ */
.fa-border {
  border: solid 1px #0c3daf; }
  .fa-border:hover, .fa-border:focus {
    background-color: #0c3daf; }

