#bg-hp {
    /*padding-top: 90px;*/ /* 90px to make the container go all the way to the bottom of the topbar */
/*    padding-bottom: 40px;*/
	background: url(../../../images/bg-home.jpg) center bottom  no-repeat fixed;
	background-size:cover;
    /*background-color: #f5f5f5;*/
}
body {
	padding-top: 100px; /* 90px to make the container go all the way to the bottom of the topbar */
    padding-bottom: 40px;
	background:#fff;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
div#searchResult a{
    text-decoration: none;
}
.btn-info{
    border-top-left-radius: 0; !important
    border-bottom-left-radius: 0; !important
}
.form-narrow {
    max-width: 740px;
    padding: 19px 29px 29px;
    margin: 0 auto 20px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
       -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
            box-shadow: 0 1px 2px rgba(0,0,0,.05);
}
.navbar-brand {
	font-size:18px;
    min-height: 50px;
    line-height: 20px;
    padding: 0;
	float:left;
}
.navbar-default {
    background-color: #008fd1;
}
.navbar-default .navbar-nav > li > a {
    color: #f8f8f8;
}
.dropdown-menu {
   border: 1px solid rgba(255, 255, 255, 0.2);
}
header {
	text-align:center;
	/*border-top:1px solid #bfbfbf;*/
	color: #fff;
	padding:5px 10px 10px/*10px 0*/;
	position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 1030;
  background: url(../../../images/bg-header.jpg) center top #02174e;
}
header  a {
	color:#ccc;
	text-decoration:none;
}
header  a:hover {
	color:#fff;
	text-decoration:none;
}
.content {
	background: #fff; 
	border: thin solid #e7e7e7; 
	border-radius: 3px; 
	padding: 0 15px 15px;
}

footer {
	text-align:center;
	border-top:1px solid #bfbfbf;
	color: #04174f;
	padding:10px 0;
	position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1030;
  background: #fff;  
}

.navbar-header{
    width: 100%;
}
.navbar-default .navbar-toggle{
    border-color: #ddd;
}

.bi-list{
    font-size: 22px;
    color: #888;
}

@media (max-width: 767px) {
  .flex-nav{
    flex-direction: column; !important
  }
  body{
    padding-top: 135px;
  }
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
  .navbar-collapse.collapse {
      display: block !important;
      height: auto !important;
      padding-bottom: 0;
      overflow: visible !important;
    }
}

.collapse.in {
  display: block;
}

.navbar {
  --bs-navbar-padding-y: 0rem;
  margin-bottom: 20px;
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 0px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav a{
    text-decoration:none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

/* make sidebar nav vertical */ 
	@media (min-width: 768px) {
	  .sidebar-nav .navbar .navbar-collapse {
		padding: 0;
		max-height: none;
	  }
	  .sidebar-nav .navbar ul {
		float: none;
	  }
	  .sidebar-nav .navbar ul:not {
		display: block;

	  }
	  .sidebar-nav .navbar li {
		float: none;
		display: block;
	  }
	  .sidebar-nav .navbar li a {
		padding-top: 12px;
		padding-bottom: 12px;
	  }
	  .sidebar-nav .navbar-header {
      	display: none;
      }
	}
	@media (min-width: 768px) {
	  /* uncomment if you would like the menu to be fixed */
	  /*
	   .navbar {
		  position: fixed;
		  width: 170px;
		  z-index: 2;
	  }
	  */
	}
	@media (min-width: 992px) {
	  .navbar {
		  width: 100%;
	  }
	}
	@media (min-width: 1200px) {
	  .navbar {
		  width: 100%;
	  }
	}

.sidebar-nav .navbar li a {
    padding-bottom: 10px;
    padding-top: 10px;
}
.menu-ul {
	list-style: none;
	padding-left: 15px;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #fff;
	background:#0F58B7;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: #008fff;
    color: #fff;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: #008fff;
    color: #fff;
}
.navbar-nav > li > .dropdown-menu {
    background: #008fff;
}
.dropdown-menu > li > a {
	color:#fff;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }

.modal {
  --bs-modal-width: 800px; !important
}