@import url(fonts/BD/style.css);
@import url(fonts/patternfly/dist/css/patternfly.min.css);
@import url(./theme.css);
@import url(fonts/fontawesome-free-6.1.1-web/css/v5-font-face.min.css);

:root {

    /* Colors: */
    --strong-blue: #18294A;
    --accent-red: #F7453F;
    --ground-6d6565: #6D6565;
    --action-green: #196C67;
    --white-ffffff: #FFFFFF;
    --action-green_12-: #196C671F;

    /* Font/text values */
    --unnamed-font-family-poppins: Poppins;
    --unnamed-font-style-normal: normal;
    --unnamed-font-weight-600: 600;
    --unnamed-font-size-16: 16px;
    --unnamed-character-spacing-0: 0px;
    --unnamed-line-spacing-14: 14px;
}

/* Character Styles */
.poppins-semibold—-16pt {
    font-family: var(--unnamed-font-family-poppins);
    font-style: var(--unnamed-font-style-normal);
    font-weight: var(--unnamed-font-weight-600);
    font-size: var(--unnamed-font-size-16);
    line-height: var(--unnamed-line-spacing-14);
    color: var(--strong-blue) !important;
}

* {
    font-family: var(--unnamed-font-family-poppins);
    box-sizing: border-box;
    letter-spacing: var(--unnamed-character-spacing-0);
    opacity: 1;
}

body {
    font: var(--unnamed-font-style-normal) normal normal 12px/18px var(--unnamed-font-family-poppins);
    color: var(--strong-blue);
}

label {
    font-weight: normal;
}

label[aria-invalid=polite] {
    color: var(--accent-red);
}

h1,
h4 {
    text-align: center;
}

h1 {
    font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-600) var(--unnamed-font-size-16)/20px var(--unnamed-font-family-poppins) !important;
}

.h4 {
    font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-600) 12px/20px var(--unnamed-font-family-poppins) !important;
}

input {
    font: var(--unnamed-font-style-normal) normal normal 12px/18px var(--unnamed-font-family-poppins);
    color: var(--strong-blue);
    width: 100%;
    height: 25px;
    margin-top: 4px;
    border: 1px solid var(--strong-blue);
    border-radius: 2px;
    background: var(--white-ffffff) 0% 0% no-repeat padding-box;
    padding: 4px 4px 4px 8px;
    opacity: 1;
}

    .checkbox label:before {
        border-radius: 3px;
        }

        input[type=checkbox]:checked {
            content: "\2713";
            text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
            font-size: 15px;
            color: #f3f3f3;
            text-align: center;
            line-height: 15px;
            }

input:hover {
    border: 1px solid var(--strong-blue);
    background: #196C671F 0% 0% no-repeat padding-box;
}

input:focus-visible {
    outline: 1px solid var(--action-green);
    border: 1px solid var(--action-green);
    background: #196C671F 0% 0% no-repeat padding-box;
}

a.menuitem:focus-visible {
    outline: none;
}

::placeholder {
    font: italic normal normal 12px/18px var(--unnamed-font-family-poppins);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--ground-6d6565);
}

.required {
    color: var(--accent-red);
}

input[aria-invalid=polite] {
    border: 1px solid var(--accent-red);
    background: white 0% 0% no-repeat padding-box;
}


input[aria-invalid=polite]:focus-visible {
    outline: 1px solid var(--accent-red);
    background: #F7453F1F 0% 0% no-repeat padding-box;
}

input[aria-invalid=polite]:hover {
    background: #F7453F1F 0% 0% no-repeat padding-box;
}

div.login-pf-page{
	display: flex;
    justify-content: center;
}

div.card-pf {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 12px #00000024;
    border: 1px solid #18294A1F;
    border-radius: 2px;
    width: 480px;
    opacity: 1;
    padding: 30px;
    margin-top: 60px;
    margin-bottom: 70px;
	z-index:999;
	}

.dropbtn {
    border: 1px solid var(--strong-blue);
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 2px;
    cursor: pointer;
    width: 100%;
    height: 25px;
    text-align: inherit;
    font: var(--unnamed-font-style-normal) normal normal 12px/18px var(--unnamed-font-family-poppins);
    color: var(--strong-blue);
}

.dropbtn:hover,
.dropbtn:focus,
.highlight {
    background: var(--action-green_12-) 0% 0% no-repeat padding-box;
    border: 1px solid var(--action-green);
    border-radius: 2px;
}

.dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
}

.nav__dropdown {
    display: none;
    position: absolute;
    background: #FFFFFF;
    border: 1px solid #e3e5e9;
    border-radius: 2px;
    box-shadow: #00000024 0 6px 12px;
    cursor: default;
    width: 100%;
}

.dropdown-content.show {
    height: 190px;
    overflow: auto;
}

.nav__dropdown a {
    align-items: center;
    background-color: transparent;
    color: #18294a;
    display: flex;
    height: 33px;
    padding: 0 8px;
}

li .selected, a.menuitem:hover, a.menuitem:focus-visible{
    background-color: #e3edec;
    border: 1px solid var(--action-green);
    border-width: 1px 0;
    color: #18294a;
    outline: none;
}

li .selected {
    border: none;
    font-weight: bolder;
}

.show {
    display: block;
}

ul {
    list-style: none;
    padding-left: 0px;
    overflow: auto;
}

ul#dropdown {
    max-height: 190px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 5px 0px;
    z-index: 99;
}

li.dropdown-btn {
    list-style: none;
    position: relative;
}

li.dropdown-btn a#dropdown-container {
    text-decoration: none;
    width: 100%;
    height: 25px;
    margin-top: 4px;
    border: 1px solid var(--strong-blue);
    border-radius: 2px;
    background: var(--white-ffffff) 0% 0% no-repeat padding-box;
    padding: 4px 4px 4px 8px;
    opacity: 1;
    display: block;
}

div.form-group#kc-form-buttons {
    text-align: center;
}

.form-group #kc-form-buttons {
    margin-top: 20px;
}

[type=submit] {
    font: var(--unnamed-font-style-normal) normal medium 12px/18px var(--unnamed-font-family-poppins);
    width: 100%;
    height: 25px;
    margin-bottom: 15px;
    background: var(--action-green) 0% 0% no-repeat padding-box;
    border-radius: 2px;
    display: inline-block;
    text-decoration: none;
    border: none;
    color: var(--white-ffffff);
    transition-property: background;
    transition-duration: 0.3s;
}

.connect-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

i.Bdoc-Icon-smiley-happy.connect {
    font-size: 16px;
}

.connect {
    margin-left: 8px;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 84%;
    background: #18294A1F 0% 0% no-repeat padding-box;
    border: none;
    height: 1px;
}

button.pf-c-button.pf-m-primary:hover, button.pf-c-button.pf-m-primary:focus-visible {
    border: 1px solid var(--action-green);
    background: #196C671F 0% 0% no-repeat padding-box;
    color: var(--action-green);
    outline: none;
}

button.pf-c-button.pf-m-primary:active {
    border: none;
    background: white 0% 0% no-repeat padding-box;
    color: var(--strong-blue);
    ;
}

.pf-m-primary:active,
.pf-m-primary:focus {
    border: 0px;
}

div.form-group {
    margin-top: 20px;
}

.eyespan {
    float: right;
    position: relative;
    z-index: 1;
    color: #404040;
    width: 24px;
    height: 23px;
    margin-top: -24px;
    margin-right: 1px;
    border-radius: 0px 1px 1px 0px;

    transition-property: background;
    transition-duration: 0.3s;
}
.eyespan:active,
.eyespan:focus,
.eyespan:hover {
    background: #196C671F 0% 0% no-repeat padding-box;
    color: var(--action-green);
}

.eyespan:active {
    background: var(--action-green) 0% 0% no-repeat padding-box;
    color: var(--white-ffffff);
}

span.eyespan>i {
    font-size: 23px;
}

input[type=password] {
    font-family: Verdana;
    font-weight: bolder;
    letter-spacing: 0.1em;
}

.inetumSquare {
	position:absolute;
    width: 70px;
    height: 70px;
    background: #00AA9B 0% 0% no-repeat padding-box;
    opacity: 1;
}

.fixed {
    position: fixed !important;
}

.inetum-logo-container {
    position: fixed;
    right: 34px;
    bottom: 0px;
    width: 231px;
    height: 81px;
}

.bd-logo-container {
    position: absolute;
    top: 59px;
    left: 69px;
    width: 207px;
    height: 78px;
}

.kc-social-item {
    text-decoration: none !important;
    padding-left: 5px;
    text-align: left;
    display: block;
    width: 100%;
    height: 25px;
    line-height: 25px;
    margin-top: 15px;
    color: var(--strong-blue);

    border: 1px solid var(--strong-blue);
    border-radius: 2px;
    transition-property: background;
    transition-duration: 0.3s;
}

.kc-social-item:hover, .kc-social-item:focus-visible, .kc-social-item:focus {
    background: #196C671F 0% 0% no-repeat padding-box;
    color: var(--action-green);
    border: none;
    outline: none;
}

.kc-social-item:active {
    background: var(--action-green) 0% 0% no-repeat padding-box;
    color: var(--white-ffffff);
    border: none;
}

span.kc-social-provider-name.kc-social-icon-text {
    padding-left: 8px;
}

i.kc-social-provider-logo {
    padding-left: 8px;
}

ul.kc-social-links {
    padding-inline-start: 0px;
    overflow: hidden;
}

div#input-error.pf-m-error {
    height: 25px;
}

div.login {
    margin-top: 30px;
}

a {
    font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) var(--unnamed-font-size-12)/18px var(--unnamed-font-family-poppins);
    color: var(--strong-blue);
    transition-property: background;
    transition-duration: 0.3s;
}

a:hover, a:focus-visible {
    color: var(--white-ffffff);
    background-color: var(--strong-blue);
    outline: none;
}

a:active {
    color: var(--strong-blue);
    font-weight: bold;
    background-color: var(--white-ffffff);
}

@media (max-width: 767px) {
    .login-pf body {
        background: white;
    }

    img.inetum-logo-container,
    div.inetumSquare,
    img.bd-logo-container {
        display: none;
    }

    div.card-pf {
        box-shadow: none;
        border: none;
        height: 100%;
        width: 100%;
		margin-top:0px;
		margin-bottom:0px;
    }
}

.dropdown-icon {
    float: right;
    position: relative;
    z-index: 1;
    color: #404040;
    width: 24px;
    height: 23px;
    margin-top: -3px;
    margin-right: -4px;
    border-radius: 0px 1px 1px 0px;
}

.BD_Open_Parent_Item {
    font-size: 20px;
}


a {
    text-decoration: none;
}

.nav__dropdown--visible {
    display: block;
}

span.eyespan:focus-visible {
    outline: none;
}

a#dropdown-container:focus-visible, a#dropdown-container:hover {
    color: var(--strong-blue);
    outline-offset: 0px;
    background: #196C671F 0% 0% no-repeat padding-box !important;
}

a#dropdown-container:focus-visible {
    outline: 1px solid var(--action-green);
    border: 1px solid var(--action-green) !important;
}

.container {
    display: block;
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    background-color: transparent;
    border-color: var(--bdoc-color-main-dark);
    height: var(--bdoc-checkbox-box-size);
    width: var(--bdoc-checkbox-box-size);
    border: var(--bdoc-checkbox-border-width) solid;
    font: var(--bdoc-font-text);
    border-radius: 2px;
  }
.container:hover input~.checkmark, .container:focus-within input~.checkmark  {
    background-color: var(--bdoc-color-hover);
    box-shadow: 0 0 0 2px var(--bdoc-color-hover);
}

.container input:checked~.checkmark {
    border-color: var(--bdoc-color-active);
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.container input:checked~.checkmark:after {
    display: block;
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    margin-top: -4px;
    font-size: 11px;
    color: var(--bdoc-color-active);
}

.bold {
    font-weight: bold;
}