/*CI specific styling*/

/* Logos */
.logo-middle {
  background-image: url("../img/middle-contargo.png");
}

.logo-start {
  background-image: url("../img/start-contargo.png");
  margin-top: 25px;
  min-width: 241px;
  min-height: 49px;
}

.logo-end {
  min-width: 752px;
  min-height: 151px;
  background-image: url("../img/end-contargo.png");
}

/* Footer */
.footer {
  border-top: 6px solid #00305d;
  margin: 20px;
}

.footer-border {
  border-top: 6px solid #6ab023;
}

.btn-primary {
  background: #00285b none !important;
}

.iris-table th {
  background-color: #00285b;
  border: 1px solid white;
  color: #ffffff;
  text-align: center;
}

.iris-table td a {
  color: #00285b !important;
}

.header .nav > li > a {
  color: #00285b;
  text-shadow: none;
}

.header .nav > li > a:hover {
  background-color: transparent;
  color: #00285b;
}

.dropdown-menu li {
  background-color: #00285b;
  color: white;
  width: 100%;
  cursor: pointer;
}

.dropdown-menu li a {
  background-color: white !important;
  color: #00285b !important;
  text-align: left;
}

.iris-table tr:hover {
  background-color: #6ab023 !important;
}

.dropdown-menu li a:hover {
  color: #6ab023 !important;
}

.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover {
  background-color: white !important;
  color: #6ab023 !important;
}

.cc-grower .cc-banner {
  background-color: #00285b !important;
}
.cc-grower .cc-dismiss {
  background-color: #6ab023 !important;
}
