/* _content/RodeoWeb/Views/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. */

/* Sidebar */

@media (min-width: 991.98px) {
    main {
        padding-left: 240px;
    }
}

.bg-sidebar {
    background-color: #0076A9;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%), 0 2px 10px 0 rgb(0 0 0 / 5%);
    
}

@media (max-width: 991.98px) {
    .sidebar {
        width: 100%;
    }
}

.sidebar .active {
    border-radius: 5px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: 0.5rem;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

a.navbar-brand[b-139wy01gnc] {
    white-space: normal;
    text-align: center;
    word-break: break-all;
    background-color: #0076A9;
}

.list-group-item {
    background-color: #0076A9;
    color: #ffffff;
}
.menu-title {
    background-color: #0076A9;
    color: #ffffff;
    text-align: center;
    font-size:18px;
    padding-bottom:10px;
}

.menu-title img {
    height: 60px;
}

.menu-userlogged {
    background-color: #0076A9;
    width: 100%;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    padding-bottom: 10px;
}

    .menu-userlogged .navbar-nav .nav-link {
        padding: 10px;
        text-align: center;
    }
    .menu-userlogged button {
        background-color: #EF7522;
        color: #ffffff;
        text-align: center;
        
    }

.gridContent {
    position: absolute;
    border: solid 1px #c0c0c0;
    left: 320px !important;
    top: 190px;
    right: 20px;
    bottom: 30px;
}
.list-group-item {
    border: none;
}
    /* end Sidebar */
    /*a {
  color: #0077cc;
}*/
    .btn-primary[b-139wy01gnc] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active[b-139wy01gnc], .nav-pills .show > .nav-link[b-139wy01gnc] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-139wy01gnc] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-139wy01gnc] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-139wy01gnc] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-139wy01gnc] {
  font-size: 1rem;
  line-height: inherit;
}
