/* Start Override CSS */

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

.top_menu_container .navbar {
	background: #84000a !important;
}

.top_menu_container .dropdown-menu {
	 background-color: #0000a2 !important;
}

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

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

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

.btn, button {
	 border: none;
    background: #0000a2;
}

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

.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 */