/* /Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
html[b-esyc55q667], body[b-esyc55q667] {
    height: 100%;
    margin: 0;
}
div.container[b-esyc55q667] {
    min-height: 100%;
}
nav.navbar-brand[b-esyc55q667] {
    background-color: #fefaf6;
}
a.navbar-brand[b-esyc55q667] {
    white-space: normal;
    text-align: center;
    word-break: break-all;
 
}

a[b-esyc55q667] {
  color: #0077cc;
}

li.nav-item[b-esyc55q667]{
    text-align: right;
}

.btn-primary[b-esyc55q667] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-esyc55q667], .nav-pills .show > .nav-link[b-esyc55q667] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-esyc55q667] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-esyc55q667] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-esyc55q667] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-esyc55q667] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-esyc55q667] {
    width: 100%;
    white-space: nowrap;
    line-height: 25px;
    background-color: #e2e8ff;
    padding: 10px 0px 25px 0px;
    margin-bottom: 0;
}

.social_footer_ul[b-esyc55q667] {
    display: table;
    margin: 15px auto 15px auto;
    list-style-type: none;
}

    .social_footer_ul li[b-esyc55q667] {
        padding-left: 20px;
        padding-top: 10px;
        float: left;
    }

        .social_footer_ul li a[b-esyc55q667] {
            color: black;
            border: 1px solid #CCC;
            padding: 8px;
            border-radius: 50%;
        }

        .social_footer_ul li i[b-esyc55q667] {
            width: 20px;
            height: 20px;
            text-align: center;
        }
        
