/*
 * Stylesheet for INCITE tool
 * © 2023 Planair SA
 */

 @font-face {
    font-family: 'Scto Grotesk A Regular';
    font-style: normal;
    src: local('Scto Grotesk A Regular'), url(../fonts/Scto\ Grotesk\ A\ Regular.woff);
}

@font-face {
    font-family: 'Scto Grotesk A Medium';
    font-style: normal;
    src: local('Scto Grotesk A Medium'), url(../fonts/Scto\ Grotesk\ A\ Medium.woff);
}

body {
    font-family: 'Scto Grotesk A Regular';
    color: #333333;
    font-size: 20px;
    text-align: left;
}

h2.error-page-title {
    font-size: 3rem;
}

h1 {
    border-bottom: none;
    color: #0D2844;
    padding-top: 1.5rem;
    padding-bottom: 1rem;
    font-size: 45px;
    font-weight: 400;
}

h2, h4 {
    padding: 5px;
    color: #232323;
    font-family: 'Scto Grotesk A Medium';
}

h3 {
    border-bottom: none;
    color: #0D2844;
    padding-top: 1.5rem;
    padding-bottom: 1rem;
    font-weight: 400;
}

a {
    color: #EA5B0C;
}

img.site-logo {
    height: 60px;
    margin-top: -10px;
    margin-bottom: -10px;
}

img.banner {
    max-width: 80%;
}

hr.white {
    border: 1px solid #ffffff;
}

nav.incite-navbar {
    box-shadow: 0px 2px 4px #00000029;
    background-color: #ffffff !important;
}

div.content {
    padding-top: 40px;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.error {
    color: #CC0000;
}

i.medium-icon {
    font-size: 1.5rem;
}

i.large-icon {
    font-size: 2.5rem;
}

body > div.container-fluid, footer > div.container-fluid {
    margin-top: 3em;
}

/*
 * Customisation for the product
 */

footer {
    background-color: #12385f;
}

footer div.logos {
    background-color: #0d2844;
    margin-top: 0em;
}

div.program_description {
    background-color: #e1eef9;
}

div.border-incite {
    border: 1px solid #232323 !important;
}

/*
 * Customization of Bootstrap's navbar
 */

nav.navbar {
    background: transparent;
}

nav.navbar a.navbar-brand {
    color: #12385f;
    font-weight: bold;
}

nav.navbar #offcanvasNavbar {
    background-color: #12385f;
    color: #ffffff;
}

nav.navbar #offcanvasNavbar a.nav-link {
    color: #ffffff;
    font-family: 'Scto Grotesk A Medium';
}
.nav-pills a.nav-link {
    color: #12385f !important;
}
.nav-pills a.nav-link.active {
    background-color: #12385f !important;
    color: #ffffff !important;
}

button.navbar-toggler, button.navbar-toggler:focus {
    border: none;
    box-shadow: none;
}

/*
.nav-link.active {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
    width: 80% !important;
}
*/

.nav-link.inactive {
    border: 1px solid #12385f;
    /*margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
    width: 80% !important;*/
}

.nav-link.inactive:hover {
    background-color: #69ACDF !important;
    border: 1px solid #69ACDF !important;
}

/*
 * Customization of Bootstrap's buttons
 */

.btn-success {
    background-color: #12385f !important;
    border: 1px solid #232323 !important;
    color: #ffffff !important;
}

.btn-success:hover {
    background-color: #69ACDF !important;
    border: 1px solid #69ACDF !important;
    color: #232323 !important;
}

.btn-success:focus {
    background-color: #12385f !important;
    border: 1px solid #232323 !important;
    color: #ffffff !important;
}

.btn-success:active {
    background-color: #69ACDF !important;
    border: 1px solid #69ACDF !important;
    color: #232323 !important;
}

.btn-success.show {
    background-color: #69ACDF !important;
    border: 1px solid #69ACDF !important;
    color: #232323 !important;
}

.btn-outline-success {
    background-color: #ffffff !important;
    border: 1px solid #232323 !important;
    color: #12385f !important;
}

.btn-outline-success:hover {
    background-color: #69ACDF !important;
    border: 1px solid #69ACDF !important;
    color: #232323 !important;
}

.btn-outline-success:focus {
    background-color: #ffffff !important;
    border: 1px solid #232323 !important;
    color: #12385f !important;
}

.btn-outline-success:active {
    background-color: #69ACDF !important;
    border: 1px solid #69ACDF !important;
    color: #232323 !important;
}

.btn-outline-success.show {
    background-color: #69ACDF !important;
    border: 1px solid #69ACDF !important;
    color: #232323 !important;
}

/*
 * Customization of Bootstrap's pagination
 */

.pagination > li {
    color: #ffffff !important;
    background-color: #12385f !important;
    border-color: #ffffff !important;
}
.pagination > li > a {
    color: #12385f !important;
}
.pagination > .disabled > a {
    color: #232323 !important;
}
.pagination > .active > a
{
    color: white !important;
    background-color: #12385f !important;
    border: solid 1px #12385f !important;
}
ul.pagination > li > a:focus,
ul.pagination > li > a:hover,
ul.pagination > li > span:focus,
ul.pagination > li > span:hover {
    z-index: 3;
    color: #ffffff !important;
    background-color: #12385f !important;
    border-color: #ffffff !important;
}

.custom-select {
    list-style-type: none;
    padding-left: 0em;
}

.form-text {
    display: block;
    margin-bottom: .5rem !important;
}

input:not([type=submit]), select, textarea {
    margin-bottom: .5rem !important;
}

/*
 * Customization of Bootstrap's messages
 */

p.bg-info {
    background-color: #69ACDF !important;
}


/*
 * Customization of brackground colors for the Results page
 */

.bg-interesting {
    background-color: #FFD966 !important;
}

.bg-moderate-interesting {
    background-color: #FFF2CC !important;
}

.bg-not-recommended {
    background-color: #ffffff !important;
}