﻿/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/
a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}
/*------------------------------------------------------------------*/
/* Provide sufficient contrast against white background */
a {
  color: #153154;
  font-weight: bold;
}
/*------------------------------------------------------------------*/
a:hover {
  color: #ff0000;
}
/*------------------------------------------------------------------*/
.btn {
  min-width: 100px;
  max-width: 120px;
}
/*------------------------------------------------------------------*/
.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}
/*------------------------------------------------------------------*/
.btn-more {
  color: #000000;
  background-color: #edfd09;
  border-color: #edfd09;
}
/*------------------------------------------------------------------*/
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}
/*------------------------------------------------------------------*/
/* Sticky footer styles
  -------------------------------------------------- */
html {
  font-size: 14px;
}
/*------------------------------------------------------------------*/
@media (min-width: 768px) {
  html {
    font-size: 14px;
  }
}
/*------------------------------------------------------------------*/
.border-top {
  border-top: 1px solid #e5e5e5;
}
/*------------------------------------------------------------------*/
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}
/*------------------------------------------------------------------*/
.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}
/*------------------------------------------------------------------*/
button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}
/*------------------------------------------------------------------*/
/* Sticky footer styles
  -------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
/*------------------------------------------------------------------*/
body {
  /* Margin bottom by footer height */
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: 60px;
  margin-right: 60px;
}
/*------------------------------------------------------------------*/
.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 20px;
  /* Vertically center the text there */
  background-color: #153154;
  color: white;
  opacity: 1;
  font-weight: bold;
  font-size: xx-small;
  text-align: center;
}
/*------------------------------------------------------------------*/
/* Site styles */
h1,
h2,
h3,
h4,
h5 {
  color: #153154;
  font-weight: bold;
  display: block;
}
/*------------------------------------------------------------------*/
.myform {
  margin: 2px;
  padding: 5px;
}
/*------------------------------------------------------------------*/
.fixed-top {
  font-weight: bold;
}
/*------------------------------------------------------------------*/
span {
  font-weight: bold;
}
/*------------------------------------------------------------------*/
.timeleft {
  color: white;
}
/*------------------------------------------------------------------*/
.dropdown-menu,
.navbar {
  background-color: #153154;
  color: white;
}
.dropdown-item {
  background-color: #153154;
  color: white;
}
.dropdown-item:hover {
  background-color: #153154;
  color: #ff0000;
  font-weight: bold;
}
.dropdown-divider {
  border-color: white;
}
.dropdown-header {
  color: white;
  font-weight: bold;
  font-size: 1.1em;
}
.nav-link {
  color: white;
}
.nav-link:hover {
  color: red;
}
.nav-link:active {
  color: red;
}
.navbar-brand {
  color: #F47B34;
}
.navbar-brand:hover {
  color: #F47B34;
}
.nav-tabs .nav-link {
  color: #000000;
}
.nav-tabs .nav-link:hover {
  color: red;
}
/*------------------------------------------------------------------*/
ul.no-bullets {
  list-style-type: none;
  /* Remove bullets */
  padding: 0;
  /* Remove padding */
  margin: 0;
  /* Remove margins */
}
/*------------------------------------------------------------------*/
.wrapper {
  display: flex;
  width: 100%;
  align-items: stretch;
}