/* _content/Const.Web/Views/Shared/Global/Layouts/_UserLayout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */


/* _content/Const.Web/Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-tl2r06l1tx] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-tl2r06l1tx] {
  color: #0077cc;
}

.btn-primary[b-tl2r06l1tx] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-tl2r06l1tx], .nav-pills .show > .nav-link[b-tl2r06l1tx] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-tl2r06l1tx] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-tl2r06l1tx] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-tl2r06l1tx] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-tl2r06l1tx] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-tl2r06l1tx] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}






/*ul {*/
/*  list-style-type: none;*/
/*  margin: 0;*/
/*  padding: 0;*/
/*  overflow: hidden;*/
/*  background-color: #333;*/
/*}*/

/*li {*/
/*  float: left;*/
/*}*/

li a[b-tl2r06l1tx], .dropbtn[b-tl2r06l1tx] {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  color: black;
}

li a:hover[b-tl2r06l1tx], .dropdown:hover .dropbtn[b-tl2r06l1tx] {
  color: gray;
}

li.dropdown[b-tl2r06l1tx] {
  display: inline-block;
}

.dropdown-content[b-tl2r06l1tx] {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content span[b-tl2r06l1tx] {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content span:hover[b-tl2r06l1tx] {background-color: #f1f1f1;}

.dropdown:hover .dropdown-content[b-tl2r06l1tx] {
  display: block;
}

