@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i');
@font-face {
    font-family: 'Id3 Icons';
    src: url(../fonts/ICONS.ttf) format('truetype'), url(../fonts/ICONS.woff2) format("woff");
}

.pf-c-tile__input:checked+.pf-c-tile,
.pf-c-tile:active,
.pf-c-tile.pf-m-selected {
    --pf-c-tile__title--Color: var(--pf-c-tile--m-selected__title--Color);
    --pf-c-tile__icon--Color: var(--pf-c-tile--m-selected__icon--Color);
    --pf-c-tile--TranslateY: 0;
    --pf-c-tile--Transition: var(--pf-c-tile--m-selected--Transition);
    --pf-c-tile--after--Height: 0;
    --pf-c-tile--after--BackgroundColor: var(--pf-global--BackgroundColor--100);
    --pf-c-tile--after--Transition: var(--pf-c-tile--m-selected--after--Transition);
    --pf-c-tile--after--ScaleY: var(--pf-c-tile--m-selected--after--ScaleY);
    --pf-c-tile--before--BorderColor: var(--pf-c-tile--m-selected--after--BackgroundColor);
}

.id3-icons {
    font-family: 'Id3 Icons';
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
}

.id3-sms-icon {
  display: block;
  height: 60px;
  line-height: 60px;
  width: 60px;
  background-image: url(../img/sms.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.id3-app-icon {
    display: block;
    height: 60px;
    line-height: 60px;
    width: 60px;
    background-image: url(../img/biometric.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }

html {
    position: relative;
    min-height: 100%;
    height: auto !important;
}

body {
    font-family: 'Noto Sans', sans-serif;
    color: #464646 !important;
    font-size: 14px;
}
.m-0{
    margin: 0;
}
.login-pf {
    background: none;
}
.login-pf body,
body.user,
body {
    background: url("../img/id3-bg.png") no-repeat fixed right;
    background-size: contain;
}

a {
    color: #0077be;
    text-decoration: underline;
}

.alert {
    box-shadow: 0px 1px 3px #ccc;
    background: #fff !important;
    border: none;
    font-size: 14px;
    padding: 8px 15px 8px 90px;
    position: relative;
}

.alert .type {
    font-weight: 700;
    margin: 0px 15px;
    position: absolute;
    left: 0;
}

.alert .type.success {
    color: #48790a;
}

.alert .type.error {
    color: #ab0e27;
}

.alert .type.warning {
    color: #b45800;
}

.alert .type.info {
    color: #44bbff;
}

.login-pf #kc-content-wrapper form,
.main-section .content-area form,
.kc-social-section, #kc-form-webauthn,#kc-try-again {
    max-width: 400px;
}

.main-section .content-area .max-width-full {
    max-width: 100%;
}

#kc-locale ul {
    z-index: 1;
}

.top-main-menu ul li {
    display: inline-block;
    margin-left: 6px;
}

.top-main-menu ul li a,
#kc-locale-dropdown a {
    color: #464646 !important;
    text-decoration: none;
    font-size: 13px;
    padding: 2px 10px !important;
    border: none !important;
}

#kc-locale-dropdown ul li a {
    text-align: left;
}

.top-main-menu ul li a:hover {
    opacity: 0.9;
}

.top-main-menu ul li li {
    display: block;
    margin: 0;
}

.top-main-menu ul:hover a {
    background: none;
}

.top-main-menu .fa-power-off {
    font-size: 18px;
    color: #0077be;
    top: 2px;
    position: relative;
}

.main-section {
    width: 75%;
    padding: 2.5% 50px 80px 5%;
    background: #fff;
}

.main-section .card-pf {
    margin: 0px;
    padding: 0;
    max-width: inherit;
    box-shadow: none;
}

.main-section .kc-form-subtitle {
    font-weight: 400;
    font-size: 18px;
    line-height: 2.22;
    margin: 20px 0px;
}

.main-section header {
    position: relative;
    padding: 0px 75px 0px 0px;
    margin-bottom: 10px !important;
}

.user .main-section header {
    padding-right: 0px;
}
h1#kc-page-title {
    display: inline-flex;
    align-items: center;
}
#kc-page-title {
    margin: 0px;
    text-align: left;
}

#kc-page-title span {
    font-weight: 700;
    float: left;
    margin-top: 6px;
    height: fit-content;
    display: flex;
}

#kc-page-title span:before {
    content: "";
    height: 15px;
    width: 2px;
    background: #dedede;
    margin: 0px 6px 0px 15px;
    display: inline-block;
}

#kc-page-title img,
.account-logo {
    height: 38px;
}

#kc-page-title a {
    float: left;
}

#kc-page-title a:hover {
    text-decoration: none;
}

#kc-locale {
    position: absolute;
    right: 0;
    top: 8px;
}

.main-section .form-control {
    padding: 11px 12px;
    border-radius: 2px;
    height: 44px;
    margin-top: 4px;
}

.main-section .control-label {
    color: #727272;
    font-size: 14px;
}

.checkbox-size {
    font-size: 14px;
}

.form-control:focus {
    box-shadow: none;
}

.show-hide-password {
    float: right;
}

.show-hide-password a {
    font-size: 13px;
    line-height: 20px;
    color: #727272;
    text-decoration: none;
    vertical-align: middle;
}

.show-hide-password .mat-icon {
    margin: 0px 5px;
    float: left;
}

.main-section .btn,
.wizard .actions a,
.wizard .actions a:active {
    display: inline-block;
    height: 42px;
    margin: 30px 0 0;
    padding: 0 16px;
    min-width: 144px;
    font-size: 15px;
    line-height: 40px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: #6f348d;
    border: 0;
    border-radius: 2px;
    -webkit-transition: opacity 300ms ease-in-out, -webkit-box-shadow 300ms ease-in-out;
    transition: opacity 300ms ease-in-out, -webkit-box-shadow 300ms ease-in-out;
    transition: opacity 300ms ease-in-out, box-shadow 300ms ease-in-out;
    transition: opacity 300ms ease-in-out, box-shadow 300ms ease-in-out, -webkit-box-shadow 300ms ease-in-out;
    cursor: pointer;
}


.main-section .btn:hover,
.wizard .actions a:hover {
    opacity: 0.9;
    background: #6f348d;
}
.main-section .btn[disabled] {
    opacity: 0.9;
    background: #6f348d!important;
}
.main-section .btn[disabled]:hover {
    cursor: not-allowed;
}

.main-section .btn:focus,
.wizard .actions a:focus {
    -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 4px #6f348d;
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #6f348d;
    background: #6f348d;
    color: #fff;
    outline: none;
}

.main-section #federated-identities .btn {
    margin-top: 5px;
}

.main-section .btn:nth-child(2) {
    background: #fff;
    color: #0077be;
    border: 2px solid;
    margin-left: 10px;
}

.main-section .btn:nth-child(2):focus {
    -webkit-box-shadow: none;
    color: #0077be;
    box-shadow: none;
    background: #fff;
}
.main-section .form-border-buttons.pull-left {
    margin-left: 0;
    margin-right: 10px;
}
.main-section .divider {
    height: 1px;
    width: 40px;
    margin: 30px 0;
    background-color: #dedede;
}

#kc-registration {
    margin-bottom: 15px;
    text-align: left;
    font-size: 14px;
}

.form-group.login-pf-settings.checkbox-size {
    margin-bottom: 0px;
}

.top-main-menu {
    float: right;
    margin-top: 8px;
}

.top-main-menu ul {
    list-style: none;
    padding: 0;
}

.nav-tabs.customizeTN {
    border-bottom: 2px solid #ccc;
    margin: 50px 0px;
}

.nav-tabs.customizeTN li a {
    border-radius: 0px;
    border: none;
    border-bottom: 2px solid transparent;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    color: #464646;
    position: relative;
    bottom: -2px;
    padding: 10px 0px;
    z-index: 1;
}

.nav-tabs.nav-justified.customizeTN>.active>a,
.nav-tabs.nav-justified.customizeTN a:hover,
.nav-tabs.nav-justified.customizeTN>.active>a:hover,
.nav-tabs.nav-justified.customizeTN>.active>a:focus {
    border-color: #0077be;
    color: #0077be;
    border: none;
    border-bottom: 2px solid;
}

#footer {
    font-size: 12px;
    color: #727272;
    position: absolute;
    bottom: 15px;
    padding-left: 5%;
}

#kc-reset-password-form #kc-form-options {
    padding-bottom: 20px;
}

#kc-info {
    margin: 0px;
    padding: 0px;
    text-align: left;
}


/* Override the keyCloak Css*/

#kc-form-buttons {
    margin-top: 0px;
    text-align: inherit;
}

.content-area {
    padding: 0px;
    border: none;
}

#kc-form-buttons .btn-primary {
    float: none;
    margin-left: 0;
}

.content-area ol {
    padding-left: 15px;
}

.content-area ol ul {
    padding-left: 15px;
}

.subtitle {
    margin-top: 5px;
    font-size: 14px;
    float: right;
}

#kc-social-providers.login-pf-social-section {
    border: none;
    padding: 0px;
    max-width: 100%;
}

.login-pf-page .login-pf-social-link {
    margin-bottom: 10px;
}

.loader {
    background: rgba(255, 255, 255, 0.7) no-repeat center;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99999;
    bottom: 0;
}

@keyframes spinner {
    to {transform: rotate(360deg);}
}

.spinner {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 50%;
    border: 1px solid #ccc;
    border-top-color: #07d;
    animation: spinner .6s linear infinite;
    display: none;
}

#kc-register-form .error,
.pf-m-error {
    color: #ab0e27 !important;
    font-weight: normal;
    font-size: 12px;
    border-color: #ab0e27;
}
#kc-register-form .valid {
    color: #518016;
    font-weight: normal;
    font-size: 12px;
    border-color: #518016;
}
#kc-register-form label.error, #kc-register-form span.error {
    margin-top:5px;
    display:table;
}
.validationError, .validationSuccess {
    display: none;
    position: absolute;
    right: -10px;
    top: 16px;
}
.validationError {
    color: #ab0e27;
    font-size: 20px;
}
.validationSuccess {
    color: #518016;
    font-size: 24px;
}

.notification_message #email_icon{
    max-width: 100%;
    margin-top: 60px;
}

.notification_message p{
    font-size: 18px;
    margin: 20px 0px 0px;
}
.notification_message #footer_logo{
    height: 34px;
    margin-top: 5px;
}

.change-email {
    display:flex;
    align-items:baseline;
}

.change-email-field {
    width: 100%;
}

.verify-email {
    display:flex;
    align-items:baseline;
}

.verify-email-field {
    width: 100%;
}


.alert-reset {
    background-color: #fff;
}
  
.alert-title {
    font-size: 12px;
}
  
.alert-subtitle span {
    font-size: 12px;
} 
/* Responsive Css */

@media (max-width: 1024px) {
    .login-pf body,
    body.user,
    body {
        background-position-x: right -25%;
    }
}

@media (max-width: 992px) {
    #footer {
        bottom: 20px;
    }
    .login-pf body,
    body.user,
    body {
        background-position-x: right -40%;
    }
}

@media (max-width: 768px) {
    .main-section {
        width: 100%;
        padding: 15px 20px 80px;
    }
    .main-section header {
        padding: 10px 0px;
    }
    #kc-page-title span {
        margin-top: 14px;
    }
    #footer {
        bottom: 15px;
        text-align: center;
        padding: 0px 15px;
    }    
    .login-pf body,
    body.user,
    body {
        background-position-x: right -50%;
    }
}

@media (max-width: 767.98px) {
    #kc-locale {
        top: 20px;
    }
    #kc-info-wrapper {
        border: 0;
        margin: 0;
        padding: 0;
    }
    .nav-tabs.customizeTN {
        border: none;
    }
    .nav-tabs.customizeTN li a,
    .nav-tabs.nav-justified.customizeTN>.active>a,
    .nav-tabs.nav-justified.customizeTN a:hover,
    .nav-tabs.nav-justified.customizeTN>.active>a:hover,
    .nav-tabs.nav-justified.customizeTN>.active>a:focus {
        border: 2px solid #ccc;
        padding: 5px;
    }
}

@media (max-width: 576px) {
  #kc-page-title span:before {
    margin: 0px 8px 0px 0;
  }
  #kc-page-title span {
    width: 100%;
  }
  .login-pf #kc-content-wrapper form {
    max-width: 100%;
  }
  .login-pf body,
  body.user,
  body {
    background: #fff;
  }
  .main-section .btn {
    min-width: 120px;
  }
  .validationError,
  .validationSuccess {
    right: -15px;
  }
  #kc-register-form .form-group {
    padding-right: 35px;
  }
}
/* We overwrite the style coming from Keycloak */
.required {
  color: inherit;
}

.document-approval {
    max-height: calc(50vh);
    overflow: scroll;
    white-space: pre-line;
}

.option-select-auth {
    display: flex;
    align-items: center;
    padding: 10px 10px 20px 10px;
}

.option-select-auth-icon {
    height: 60px;
    line-height: 60px;
    width: 60px;
    border-radius: 50%;
    font-size: 2em;
    background-color: #f5f5f5;
    text-align: center;
    color: black;
}

.option-select-auth-description {
    margin-left: 20px;
}

.option-select-auth-title {
    font-weight: 600;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] .option-select-auth-icon {
    color: black;
}

.select2-container--default .select2-selection--single {
    height: auto!;
}

.card-pf {
    border-top: 0px;
}

#kc-username {
    text-align: inherit;
}

.id3-icon-small {
    height: 40px;
    width: 40px;
    line-height: 40px;
}

#kc-success-message {
    text-align: center;
    font-size: 14px;
    line-height: 18px;
  }
  
#kc-success-message > img {
    width: 120px;
    margin-bottom: 35px;
}

#kc-login.btn, #kc-cancel.btn  {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.pf-c-button.pf-m-link.pf-m-inline {
    margin-top: 20px;
}

.login-pf input[type="radio"][name="selectedCredentialId"] {
    display: none;
}
