body {
    background-color: transparent !important;
}

.navbar-brand {
    padding-top: 15px !important;
}

.navbar-inverse .navbar-nav>li>a {
    font-size: 16px;
    color: white;
}

app-root .btn:focus:active {
    outline: none;
}

app-root>header {
    display: none;
}

app-root>section {
    background-color: white;
    padding: 0px !important;
    margin: 0px !important;
}

app-root .has-error,
app-root .has-error .help-block,
app-root .has-error .control-label,
app-root .has-error .radio,
app-root .has-error .checkbox,
app-root .has-error .radio-inline,
app-root .has-error .checkbox-inline,
app-root .has-error.radio label,
app-root .has-error.checkbox label,
app-root .has-error.radio-inline label,
app-root .has-error.checkbox-inline label {
    color: inherit;
}

app-root .has-error .form-control {
    box-shadow: none;
}

app-root .has-error .form-control:focus {
    box-shadow: none;
}

app-root .show-errors .has-error .help-block,
app-root .show-errors .has-error .control-label,
app-root .show-errors .has-error .radio,
app-root .show-errors .has-error .checkbox,
app-root .show-errors .has-error .radio-inline,
app-root .show-errors .has-error .checkbox-inline,
app-root .show-errors .has-error.radio label,
app-root .show-errors .has-error.checkbox label,
app-root .show-errors .has-error.radio-inline label,
app-root .show-errors .has-error.checkbox-inline label {
    color: #a94442;
}

app-root .show-errors .has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

app-root .show-errors .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}

app-root module-contact-data label:after {
    content: '*';
    color: #dc3545;
    padding-left: 4px;
}

app-root module-contact-data .form-group:last-child {
    position: relative;
    margin-bottom: 40px;
}

#mitekOuterContainer {
    background-color: #333;
}

app-oba-generic .alert-dismissable .close,
app-oba-generic .alert-dismissible .close {
    position: absolute;
    top: 0px;
    right: 0px;
}


/** TO BE FIXED IN NG APP **/

app-root h1 {
    color: #86BC25;
}

app-root .btn.custom-fileinput-button {
    padding: 9px;
    border-radius: 0px;
}

app-root .btn.btn-primary.custom-fileinput-button,
app-root .btn.btn-primary.custom-fileinput-button:active {
    background-color: black;
    border-color: black;
}

app-root .btn.btn-danger.custom-fileinput-button,
app-root .btn.btn-danger.custom-fileinput-button:active {
    background-color: transparent;
    border-color: transparent;
    color: black;
    box-shadow: none;
    min-width: auto;
}

app-root .btn.custom-fileinput-button:active:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, .5);
    outline: none;
}

app-root app-module-idcard-veridas video {
    width: 100%;
}

app-module-sign-view-pdf>div.buttons {
    float: left;
    width: 100%;
}

app-module-sign-view-reject {
    max-width: 576px;
    display: block;
    margin: 0 auto;
    text-align: center;
}

app-module-sign-view-pdf h2,
app-module-sign-view-otp h2,
app-module-sign-view-reject h2 {
    color: black;
    font-size: 1rem;
    text-align: center;
    margin: 2rem 0 1rem;
    font-weight: 400;
}

app-module-sign div.check-signatures > label {
        font-weight: 400 !important;
}

app-module-sign #clauses-container > div {
    clear: both;
}

app-module-sign #clauses-container > div:nth-child(2) > div:nth-child(4) > div > div > a {
    margin-bottom: 2rem;
}



/** END TO BE FIXED **/