﻿body {
    color: #6e6259;
    background-color: #006991;
}

h1, h2, h3, h4, h5, h6 {
    color: #231f20;
}
.logo-color {
    height: 130px;
    width: auto;
    content: url('/img/logo-yourbenefits.png');
}

header:after {
    background-color: white;
}
.page-content {
    background-color: white;
}
header .navbar {
    background-color: white;
    border-bottom: 1px solid #d7d2cb;
}


main .submenu {
    border: 1px solid #d9d9d9;
    background-color: #fdfdfd;
}

header .navbar-collapse {
    background-color: white;
}

header .navbar-nav .nav-item a.nav-link:hover {
    background: #006991;
    color: #fff;
}

main table.table.table-striped > tbody > tr:not(.child-item):not(.table-danger):nth-of-type(odd) > * {
    --bs-table-accent-bg: #fcfcfc;
}
main .card-corporate table.table.table-striped > tbody > tr:not(.child-item):not(.table-danger):nth-of-type(odd) > * {
    --bs-table-accent-bg: #fbfbfb;
}

main table.table.table-hover > tbody > tr[data-id]:not(.child-item):not(.table-danger):hover > * {
    --bs-table-accent-bg: #e2e2e2 !important;
}
main table.table td.action-link a:hover,
main table.table td.action-link button:hover {
    color: #006991;
}
main table.table > tbody > tr > * {
    border-bottom-color: #d1d1d1;
}
main table.table a:not(.btn):hover {
    color: #0a58ca;
}

form[name='pager'] {
    border: 1px solid #d9d9d9;
    background-color: #fdfdfd;
}
.pagination .page-item .page-link {
    background-color: #e7e7e7;
    color: #6e6259;
}
.pagination .page-item.active .page-link {
    color: #fff;
    background-color: #006991;
    border-color: #6b5b50;
}
.pagination .page-item:not(.active) .page-link:hover {
    background-color: #ccc;
}

.card.card-corporate {
    border-color: #d9d9d9;
    background-color: #fdfdfd;
}

.card-corporate-caption {
    color: #6e6259 !important;
}

footer {
    color: white;
}
footer h6 {
    color: white;
}
footer a:hover {
    color: #c6d0df;
}
footer .icon-marker {
    content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30' fill='white'><path d='M19.5 10.5c0-1.242-.44-2.303-1.318-3.182S16.242 6 15 6s-2.303.44-3.182 1.318S10.5 9.258 10.5 10.5s.44 2.303 1.318 3.182S13.758 15 15 15s2.303-.44 3.182-1.318S19.5 11.742 19.5 10.5zm4.5 0c0 1.277-.193 2.326-.58 3.146l-6.4 13.606c-.186.387-.464.69-.833.914s-.765.334-1.187.334-.817-.11-1.187-.334-.64-.527-.817-.914L6.58 13.646c-.387-.82-.58-1.87-.58-3.146 0-2.484.88-4.605 2.637-6.363S12.517 1.5 15 1.5s4.605.88 6.363 2.637S24 8.017 24 10.5z' ></path> </svg>");
}

.form-label-info {
    color: #006991;
}
.mb-medium{
    border-bottom: 1px solid #dfe7ff;
}

.anva-check-control {
    display: inline-block;
}