@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');

body {
    font-family: 'Lato', sans-serif;
}

nav.navbar {
    padding-top: 14px;
    padding-bottom: 14px;
    align-items: center;
    background: linear-gradient(180deg, #1E4468 0%, #112336 100%);
}

nav.navbar .navbar-nav > li > a {
    border-bottom: 2px solid transparent;
}

nav.navbar .navbar-nav > li button {
    background-color: transparent;
    border-bottom: 2px solid transparent;
    border-radius: 0;
}

nav.navbar .navbar-nav > li > a:hover,
nav.navbar .navbar-nav > li button:hover {
    border-color: #fff;
}

nav.navbar .navbar-nav > .active > a,
nav.navbar .navbar-nav > .active > a:hover,
nav.navbar .navbar-nav > .active > a:focus {
    background-color: transparent;
    border-bottom: 2px solid #fff;
}

nav.navbar ul.nav > li a > svg,
nav.navbar ul.nav > li button > svg {
    height: 20px;
    vertical-align: bottom;
}

ul.breadcrumb {

}

ul.breadcrumb > li + li::before {
    content: ">\00a0";
}

ul.breadcrumb svg {
    height: 18px;
    vertical-align: bottom;
}

h1 svg {
    height: 36px;
    vertical-align: bottom;
}

h2 svg {
    height: 30px;
    vertical-align: bottom;
}

h3 svg {
    height: 24px;
    vertical-align: bottom;
}

h4 svg {
    height: 18px;
    vertical-align: bottom;
}

h5 svg {
    height: 14px;
    vertical-align: bottom;
}

h6 svg {
    height: 12px;
    vertical-align: bottom;
}

a svg {
    height: 20px;
    vertical-align: bottom;
}

label svg {
    height: 20px;
    vertical-align: bottom;
}

.user-icon > svg {
    height: 16px;
    vertical-align: text-bottom;
}

.btn {
    border-radius: 26px;
}

.home-card img {
    border: 0;
    border-radius: 5px;
}

.btn-primary {
    color: #fff;
    background-color: #045FA5;
    border-color: #045FA5;
}

.btn-primary:hover {
    color: #fff;
    background-color: #1E4468;
    border-color: #1E4468;
}

.progress-bar {
    background-color: #1e4468;
}

table.table {
    border: none;
}

table.table > thead > tr:first-child > th {
    line-height: 27px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-color: #9ea5ad;
    background-color: #1e4468;
    color: #fff;
}

table.table > thead > tr:first-child > th > a {
    color: #fff;
}

table.table > thead > tr:first-child > th:first-child {
    border-radius: 6px 0 0 0;
}

table.table > thead > tr:first-child > th:last-child {
    border-radius: 0 6px 0 0;
}

table.table > thead > tr > td {
    border-top: none;
    border-left: none;
    border-right: none;
    border-color: #9ea5ad;
}

table.table > tbody > tr > td a > svg {
    height: 16px;
    vertical-align: text-bottom;
}

table.table > thead > tr > td:first-child {
    border-left: 2px solid #9ea5ad;
}

table.table > thead > tr > td:last-child {
    border-right: 1px solid #9ea5ad;
}

table.table > tbody > tr > th,
table.table > tfoot > tr > th,
table.table > tbody > tr > td,
table.table > tfoot > tr > td {
    border-left: none;
    border-right: none;
    border-color: #9ea5ad;
}

table.table > tbody > tr > td:first-child {
    border-left: 2px solid #9ea5ad;
}

table.table > tbody > tr > td:last-child {
    border-right: 1px solid #9ea5ad;
}

table.table > tbody > tr > td > div.pjax-grid > div.grid-view > table.table > thead > tr > th {
    background-color: #6b9caf;
}

.pagination > li {
    display: inline-block;
    margin-right: 6px;
}

.pagination > li > a, .pagination > li > span {
    border-color: #f1f1f1;
    border-radius: 8px;
    color: #333;
}

.pagination > li:first-child > a, .pagination > li:first-child > span,
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 8px;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus,
.pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    border-color: #f1f1f1;
    color: #333;
}

span.form-control-feedback {
    display: none;
}

.site-index > .body-content > h1 {
    margin-bottom: 20px;
}

.site-index > .body-content > p {
    font-size: 18px;
    line-height: 28px;
    color: #454C52;
    margin-bottom: 30px;
}

.site-index > .body-content > .home-card-container {
    margin-bottom: 3rem;
}

.site-index > .body-content > .home-card-container a:hover {
    text-decoration: none;
}

.site-index > .body-content > .home-card-container .checklist_stage_inactive {
    position: relative;
    filter: grayscale(1);
}

.site-index > .body-content > .home-card-container .checklist_stage_inactive:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(254,254,254,0.4);
    content: "";
}

.site-index > .body-content > .home-card-container a .home-card {
    padding: 16px 16px 30px 16px;
    border: 2px solid #6B9CAF;
    border-radius: 12px;
}

.site-index > .body-content > .home-card-container a .home-card .home-card-content {
    text-align: center;
}

.site-index > .body-content > .home-card-container a .home-card .home-card-content h3 {
    color: black;
}

.site-index > .body-content > .home-card-container a:hover .home-card .home-card-content h3 {
    text-decoration: underline;
}

.site-index > .body-content > .home-card-container a .home-card .home-card-content p {
    min-height: 80px;
    color: #596066;
}

.site-index > .body-content > .home-card-container a .home-card .home-card-content span.btn.btn-primary {
    padding: 14px 22px;
    border-radius: 26px;
}

footer.footer {
    background-color: #F6F7F9;
    color: #9EA5AD;
}

footer.footer a {
    color: #9EA5AD;
}

/* Specific Implementations */
#due-diligence-table.table {
    border-bottom: 1px solid #9ea5ad;
}

#due-diligence-table.table > tbody > tr > td:first-child {
    border-left: 1px solid #9ea5ad;
}

#due-diligence-table.table > tbody > tr > td {
    transition: background-color ease-in-out .15s, color ease-in-out .15s;
}
#summary-risk-table.table {
    border-bottom: 1px solid #9ea5ad;
}
.hidden {
    display: none;
}