/* Start Override CSS */

/* Position the top login link on mobile */
@media (max-width: 575px) {
  .login_link {
    position: fixed;
    top: 3px;
    right: 10px;
    z-index: 999;
    border: none;
  }
  .login_link a {
    color: #fff;
  }
}

.BOX-Line-Main {
  box-shadow: 5px 5px 5px #91a3a5;
}

.top_menu_container .navbar {
  background-color: #940000 !important;
}

.top_menu_container .dropdown-menu {
  background-color: #1c54f4 !important;
}

.top_menu_container .navbar-nav a.nav-link:hover,
.top_menu_container .dropdown-menu a.dropdown-item:hover {
  background-color: #fff;
  color: #404040;
}
.dropdown-item:focus {
  background-color: #0067cc;
}

.list-group-item.active {
  background-color: #1c54f4 !important;
}

h1,
h1.display_title,
h2 {
  color: #940000;
  font-weight: bold;
}

.btn,
button {
  border: none;
  background: #1c54f4;
}

.btn:hover,
button:hover {
  background-image: none;
  background-color: #940000;
}

.intro_regions {
  background: #d3e6e8;
  border: 2px solid #772626;
}

.intro_regions ul.regions_list > li {
  border-bottom: 2px solid #772626;
}

.intro_regions hr {
  border-bottom: 2px solid #772626;
}

p,
code,
pre {
  font-size: 13px;
  line-height: 25px;
  margin: 10px 0 10px 0;
}

.default_photo {
  background-color: #772626 !important;
  width: 110px !important;
}
/* End Override CSS */
