/*================================================
  LAYOUT
  ================================================*/


body,
html {
    height: 100%;
    background-color: #f2f5f5;
}

@media (max-width: 991px) {

    body,
    html {
        background-color: #f2f5f5;
        ;
    }
}


::-webkit-input-placeholder {
    /* Edge */
    color: #b6b6b6;
    font-style: italic;
}

:-ms-input-placeholder {
    /* Internet Explorer */
    color: #b6b6b6;
    font-style: italic;
}

::placeholder {
    color: #b6b6b6;
    font-style: italic;
}

a.txt {
    color: #004a8a;
    text-decoration: underline;
}

a:hover,
a:focus {
    color: #000;
    text-decoration: none;
}

.IB-page-screen {
    background-color: #f2f5f5;
}

.IB-page-screen .IB-page-content {
    background-color: #f2f5f5;
    margin-bottom: 0;
    height: 100%;
}

.btn-link {
    font-size: 14px;
    text-align: left;
    color: #004a8a;
    width: 71%;
}

.btn-link:hover {
    color: #004a8a;
    text-decoration: none;
    background-color: transparent;
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover {
    background-color: #000;
    border-color: #000;
}


.btn-default.disabled:hover,
.btn-default[disabled]:hover {
    border-color: #004a8a;
    background-color: #004a8a;
}



.btn-link:focus {
    text-decoration: none;
    background-color: transparent;
    border: none;
    color: #004a8a;
}

.bob-footer-mainpanel .btn-round-corner {
    margin-bottom: 0 !important;
}

@media (max-width: 767px) {
    .IB-page-screen {
        /*background-color: #fff;*/
        padding-bottom: 15px;
    }
}

@media (min-width:992px) and (max-width:1249px) {
    .row {
        margin-left: 0;
        margin-right: 0;
    }
}

/*-----IB-top-bar-----*/


@media (min-width:992px) {

    .IB-top-bar {
        background-color: #004A8A;
        height: 103px;
        position: absolute;
        border-radius: 0% 0% 50% 50% / 70% 60% 25% 25%;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
        background-color: #004a8a;
    }

    /*    .bob-page-title img {
        margin: 50px 0;
        display: initial;
    }*/
}

@media (min-width:768px) and (max-width:991px) {

    .IB-top-bar .bob-header-title {
        display: none;
    }

    .IB-top-bar .IB-mainlogo,
    .IB-top-bar:not(.IB-homepage) .IB-mainlogo img {
        display: block !important;
    }

    .IB-top-bar .IB-mainlogo img {
        width: 190px;
    }

    .IB-top-bar .IB-page-container>.row>div:first-child {
        width: 0;
    }
}

@media (max-width: 767px) {

    .IB-top-bar .IB-page-container>.row>div {
        /*display: table-cell;*/
        vertical-align: middle;
        width: auto;
        float: none;
        text-align: center;
        /*background-color: #004A8A;
        height: 70px;*/
    }

    .IB-owner-module {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media (max-width: 991px) {

    .B-Page-title>h2 {
        font-size: 25px;
        margin-top: 0;
    }

}

.B-Page-title>h2 {
    font-size: 27px;
    font-weight: lighter;
    margin-top: 50px;
    margin-bottom: 150px;
    margin-right: 10px;
    color: #5fa1e2;
}

.B-Page-titleDesc {
    font-weight: bold;
    color: #004A8A;
    font-size: 30px;
}

.B-Page-title>h2 .fal {
    color: #004A8A;
    margin: 0px 10px 5px 0;
}

.AO-Content {
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
}

.B-login {
    border: 0;
}


/*-----AO-B-Shortcuts-----*/

.AO-B-Shortcuts {
    text-align: left;
    background-color: #f2f5f5;
    padding-right: 0;
    border-right: 1px solid #d7d9d9;
}

.B-ContactArea {
    margin-left: 28px;
}

.bg:not(.flag) {

    /* Full height */
    /*min-height: calc(100dvh - 164px);*/
    /* Center and scale the image nicely */
    background-position: bottom left;
    background-repeat: no-repeat;
    /*width: 369px;
    height: 494px;*/
}

@media (max-width: 767px) {
    .bg:not(.flag) {
        height: 69%;
    }
}

/*-----Listas-----*/

.B-Group-list {
    bottom: 0;
    /*position: absolute;*/
    position: sticky;
    bottom: 75px;
}

.B-List-icon {
    float: left;
    color: #004A8A;
    font-size: 26px;
    padding-right: 15px;
    padding-bottom: 175px;
}

.B-Group-list>div {
    border-bottom: 1px solid #d7d9d9;
    padding: 30px 20px 0 0;
    color: #707070;
    font-size: 13px;
}

.B-Group-list>div:last-child {
    border-bottom: none;
}

.B-List .list-group {
    margin-bottom: 0;
}

.B-ContactArea .fa-lock .B-List {
    border-bottom: none;
}

.B-List .list-group-item-subTit {
    color: #004A8A;
}

.B-List .list-group-item-text {
    line-height: 1.5;
}

.B-List a {
    text-decoration: underline;
    font-weight: bold;
}

.B-List>h4 {
    color: #004A8A;
    text-transform: uppercase;
    font-size: 15px;
}


/*-----AO-B-Register-----*/

.AO-B-Register {
    padding-bottom: 25px;
}
@media (min-width: 768px) {
    .bob-page-title, .bob-page-title h3, .bob-header-mainpanel.bob-page-title {
        margin: 30px 0;
    }

    .bob-page-title.login {
        margin: 50px 0 20px;
    }

    .bob-page-title.login h3 {
        margin: 20px 0;
        text-align: center;
        font-size: 26px;
    }

    .AO-B-Register.welcome .bob-page-title h3 {
        margin: 10px 0 15px;
    }

    .AO-B-Register-Sec {
        display: flex;
        align-items: center;
    }

    .bob-header-mainpanel {
        text-align: left;
    }

    .bob-header-mainpanel img {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .bob-page-title .img-responsive {
        margin: 25px 0;
        text-align: center;
        max-width: 100%;
    }

    .bob-header-mainpanel {
        text-align: left;
    }

    .bob-header-mainpanel.bob-page-title .bob-page-descricao,
    .bob-page-descricao,
    .VideoText {
        margin-bottom: 35px;
    }

}

.AO-B-Register-Sec {
    display: flex;
    justify-content: center;
}

.bob-footer-mainpanel.login {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
}

.bob-header-mainpanel.bob-page-title>h3,
.bob-page-title>h3 {
    color: #004a8a;
    text-transform: initial;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 13px;
}

.bob-header-mainpanel.bob-page-title .bob-page-descricao,
.bob-page-descricao,
.VideoText {
    color: #707070;
    font-size: 16px;
    text-align: center;
    /*margin-bottom: 35px;*/
}

.AO-B-Register.welcome .bob-page-descricao {
    margin-bottom: 10px;
    text-align: left;
}

.AO-B-Register.welcome .bob-page-descricao p {
    font-size: small;
    font-style: italic;
    margin-top: 15px;
}

.bob-page-descricao-orange {
    color: #004a8a;
    font-size: 16px;
    text-align: center;
    margin-bottom: 35px;
}

.bob-footer-mainpanel .btn,
.modal-footer .btn+.btn {
    padding: 15px 50px;
    margin-top: 15px;
    /*width: 100%;*/
}

/*.AO-B-Register.welcome .bob-footer-mainpanel .btn {
    width: auto;
}*/

.bob-footer-mainpanel .btn-round-corner {
    margin-top: 15px;
}

@media (max-width: 991px) {

    .bob-footer-mainpanel .btn,
    .modal-footer .btn + .btn,
    .AO-B-Register.welcome .bob-footer-mainpanel.login .btn {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
        /* TODO: Temporary fix */
        padding: 15px 0;
    }

    .bob-footer-mainpanel.login {
        margin-bottom: 20px;
    }

    .bob-header-mainpanel .bob-page-title>h3 {
        display: block;
        text-align: center;
        font-size: 20px;
    }

    .B-List-icon {
        float: none;
        padding-bottom: 0;
    }

    .bob-header-mainpanel.bob-page-title .bob-page-descricao,
    .bob-page-descricao,
    .VideoText {
        text-align: center;
    }
}

@media (min-width: 992px) {

    .bob-footer-mainpanel.login {
        margin-bottom: 15px;
    }
}

/*-----AO-AberturaConta-----*/

.AO-AberturaConta p,
.AO-AberturaConta1 p {
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 0px;
    text-align: center;
    color: #707070;
}

.AO-AberturaConta p.active,
.AO-AberturaConta1 p.active {
    color: #004a8a;
}

.AO-AberturaConta .B-step1,
.AO-AberturaConta .B-step,
.AO-AberturaConta1 .B-step1,
.AO-AberturaConta1 .B-step {
    padding: 15px 0;
    text-align: center;
}

.AO-AberturaConta .B-step1 img,
.AO-AberturaConta .B-step img {
    margin-top:0px;
}

.AO-B-Register {
    margin: 0 45px;
}

.AO-B-Register.welcome {
    margin: 0 40px;
}

.AO-B-DocList {
    margin: 0 50px;
}


@media (min-width: 1200px) {
    hr {
        width: 50%;
        position: absolute;
        margin-left: 460px;
        margin-right: 0;
        top: 370px;
        height: 5px;
        color: #919292;
    }

    .AO-AberturaConta .B-step1 p br.step-title-break,
    .AO-AberturaConta .B-step p br.step-title-break,
    .AO-AberturaConta1 .B-step1 p br.step-title-break,
    .AO-AberturaConta1 .B-step p br.step-title-break {
        display: none;
    }
}

@media (max-width: 767px) {
    .AO-B-Register,
    .AO-B-Register.welcome {
        margin: 0;
    }

    /* 
    header -> 95px
    footer -> 50px
    */
    .IB-body-screen {
        height: calc(100dvh - 95px - 50px);
        overflow: auto;
    }
}

/*-----FORM-----*/

.form-group {
    text-align: left;
    color: #707070;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.form-control {
    height: 45px;
}

label {
    color: #004a84;
}

input[type="checkbox"],
input[type="radio"] {
    width: 20px;
    height: 20px;
    border-color: #004a84;
}

.input-group .bootstrap-select.form-control .dropdown-toggle {
    border: 1px solid #ccc;
}

.btn.dropdown-toggle.btn-default:hover {
    border-color: #004a8a;
    background-color: none;
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default,
.open>.dropdown-toggle.btn-default:hover,
.open>.dropdown-toggle.btn-default:focus {
    color: #004a8a;
    background-color: transparent;
    border-color: #004a8a;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: thin dotted #333 !important;
    outline-offset: -2px;
}

.dropdown-menu>.active>a {
    background-color: #004a8a;
}

.dropdown-menu.open {
    max-width: 100% !important;
    max-height: 50dvh !important;
}

.dropdown-menu.open > .inner.open {
    max-height: calc(50dvh - 60px) !important;
}

.dropdown-menu.open > .inner.open a.dropdown-item {
    text-wrap: auto;
    padding: 5px 20px;
}

.btn.dropdown-toggle {
    padding: 15px;
}

@media (min-width:992px) and (max-width:1199px) {
    .bob-header-mainpanel img {
        max-width: 70%;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .bob-header-mainpanel img {
        max-width: 80%;
    }
}

@media (min-width: 768px) {
    .form-group label {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .form-horizontal .form-group {
        margin-left: 0px;
        margin-right: 0px;
    }

    .bob-footer-mainpanel .btn {
        /*margin-top: 0px;*/
        margin-bottom: 20px;
    }

    .form-group label {
        font-size: 16px;
    }

    .bob-header-mainpanel img {
        max-width: 50%;
    }
}

/*@media (max-width: 459px) {
    .bob-header-mainpanel img {
        max-width: 100%;
    }
}*/


.form-group label {
    /*background-color: #fff;*/
}

.B-login-area.login .form-group label {
    margin-bottom: 8px;
}

.form-check.form-group .form-check-label {
    font-weight: 400;
    font-size: 16px;
    vertical-align: bottom;
}

.bob-header-mainpanel img {
    margin-bottom: 12px;
    margin-top: 30px;
}

.form-group.radio .B-radio label {
    padding-left: 0;
    margin-bottom: 10px;
}

.form-group.radio .radio-inline {
    font-size: 16px;
    font-weight: lighter;
    margin-bottom: 20px;
}

.form-group.radio .radio-inline radio {
    font-size: 16px;
}

.form-group input[type="checkbox"] input[type="checkbox"] {
    display: none;
    color: #004a8a;
}

.form-group input[type="checkbox"]+.btn-group>label span {
    width: 20px;
    height: 20px;
    border: 1px solid #004a8a;
}

.form-group input[type="checkbox"]+.btn-group>label span:first-child {
    display: none;
}

.form-group input[type="checkbox"]+.btn-group>label span:last-child {
    display: inline-block;
}

.form-group input[type="checkbox"]:checked+.btn-group>label span:first-child {
    display: inline-block;
}

.form-group input[type="checkbox"]:checked+.btn-group>label span:last-child {
    display: none;
}

.btn-group label {
    font-size: 15px;
}

.btn-group .btn-default.active {
    color: #004a84;
    background-color: transparent;
    border-color: #bbbbbb;
    margin-left: 15px;
}

.btn-group .btn-default {
    border-color: #bbbbbb;
    margin-left: -11px !important;
}

.btn-group .btn-default.active:hover {
    color: #004a84;
    background-color: #fff;
    border-color: #004a84;
}

.btn-group .btn.active {
    -webkit-box-shadow: 0;
    box-shadow: none;
    background-color: #fff;
}

.B-form-descricao {
    color: #707070;
    font-size: 16px;
}

.B-rodapeDesc {
    color: #5fa1e2;
    text-align: left;
    font-size: 13px;
    margin-bottom: 20px;
}

.text-danger {
    color: #004a8a;
    margin-top: 5px;
}

.B-ValDocs {
    border: 1px solid #bbbbbb;
    border-radius: .5rem;
    text-align: left;
    margin-bottom: 15px;
    padding: 8px;
    white-space: nowrap;
    background-color: #fff;
}

.B-ValDocs:hover,
.B-ValDocs:active {
    border: 1px solid #004a84;
}

.B-ValDocs i {
    color: #004a8a;
    font-size: 20px;
    margin: 7px 0 0 10px;
}

.B-ValDocs .title {
    /*color: #000;*/
    font-size: 14px;
    text-align: left;
    width: 71%;
    vertical-align: top;
    white-space: break-spaces !important;
}

.B-ValDocs span {
    float: right;
    margin: 7px 10px;
    color: #004a8a;
    font-size: 20px;
}

/*    .B-ValDocs input {
        float: right;
        margin: 13px 10px;
    }*/

@media (min-width:768px) and (max-width:991px) {

    .B-ValDocs {
        text-align: left;
    }

    .B-ValDocs input {
        float: none;
        margin: 0;
    }

    /*.B-ValDocs span {
        float: none;
        margin: 0; 
        }*/

    .B-ValDocs i {
        margin: 7px 0 0 10px;
    }


    .B-ValDocs span {
        float: right;
        margin: 7px 10px;
    }
}

@media (max-width: 465px) {
    .B-ValDocs {
        text-align: left;
    }

    .B-ValDocs input {
        float: none;
        margin: 0;
    }
}

/*form-input,
.text-box {
    padding: 8px !important;
}*/
input[type="date" i],
input[type="text" i],
input[type="email" i] {
    padding: 15px;
    width: 45%;
    -webkit-min-logical-width: 49%;
    height: 45px;
    border: 1px solid #707070;
    border-radius: .5rem;
    background-color: #fff;
}

input[type="date" i]:focus {
    border: 2px solid #707070;
}

input[type="password" i] {
    padding: 15px;
    width: 45%;
    height: 45px;
    border: 1px solid #707070;
    border-right: 0px;
    border-radius: .5rem;
    background-color: #fff;
}

input[type="password" i],
input[type="text" i]:has(+ button.button-eye) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.button-eye {
    background: White;
    margin-left: -5px;
    margin-top: 0px;
    padding: 8px 8px;
    border: 1px solid #707070;
    border-left: 0px;
    border-radius: .5rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: none;
    height: 45px;
}

@media (max-width: 767px) {
    input[type="date" i], input[type="text" i], input[type="email" i] {
        width: 100%;
        margin-bottom: 10px;
    }

    input[type="password" i],
    input[type="text" i]:has(+ button.button-eye) {
        width: 90%;
        margin-bottom: 0;
    }

    .button-eye {
        width: 10%;
    }
}

.text-box {
    padding: 5px !important;
}

#labelSendCode {
    font-size: 14px;
    color: #707070;
}

#EmailInput {
    width: 99%;
}

#phoneNumberPrefix {
    width: 60px !important;
    -webkit-min-logical-width: 0;
}

.pdfiframe {
    display: block;
    background: #000;
    border: none;
    height: calc(100dvh - 300px);
    width: 100%;
}

.pdf-title>h3 {
    font-size: 18px !important;
    margin: 20px 0 !important;
    max-height: 40px;
}

.pdf-title {
    margin: 0 !important;
    padding: 0 10px 0 10px;
}

@media (min-width:768px) {
    .pdfiframe {
        height: calc(100dvh - 280px);
    }
}

@media (max-width: 767px) {
    .pdf-title>h3 {
        margin: 20px 0px 20px 0px !important;
    }

}

@media (min-width:992px) {
    .pdfiframe {
        height: calc(100dvh - 260px);
    }
}

/*-----VIDEO CALL-----*/

.VideoImage {
    text-align: center;
    text-align: -webkit-center;
    margin: 25px 0;
}

.B-video-area {
    padding: 20px 25px 20px 40px;
}

@media (max-width: 767px) {
    .B-video-area {
        padding: 20px 0px 20px 0px;
    }
}

.B-video-area .input-group.responsive-video {
    width: 100%;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
}

.responsive-video {
    display: flex;
    flex-flow: column;
    height: 100%;
}

/*#videoid-mark-roi {
    top: 9px !important;
    left: 0 !important;
    width: 100% !important;
    height: 300px !important;
    opacity: 1 !important;
}

#video {
    height: 600px;
}*/
@media (max-width: 767px) {

    .bob-header-mainpanel.bob-page-title>h3,
    .bob-page-title>h3 {
        font-size: 16px;
        line-height: inherit;
    }
}

@media only screen and (max-width: 499px) {

    .B-login-area .input-group {
        width: 100% !important;
    }
}

.B-login-area {
    padding: 20px 25px 20px 40px;
    text-align: -webkit-center;
}

.B-login-area .input-group {
    position: relative;
    border-collapse: separate;
    width: 75%;
    margin-bottom: 25px;
}

.bob-header-mainpanel .icon,
.B-login .login.icon {
    text-align: center !important;
    color: #004a84;
}

@media (min-width: 992px) {
    .img-responsive.step {
        width: 70%;
        text-align: center !important;
        margin-left: auto;
        margin-right: auto;
    }
    .img-responsive {
        margin-bottom: 20px !important;
    }
}

@media (max-width: 991px) {
    .B-login-area .input-group {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .B-login-area {
        padding: 20px 20px 20px 20px;
    }
}

.B-login-area .input-group {
    border-collapse: separate;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.B-login-area .form-group label {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1.42857143;
    color: #004a8a;
}

.B-login-area .form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #707070;
    border-radius: .5rem !important;
}

.input-group-append .btn-outline-secondary {
    height: 40px !important;
}

.spin span {
    float: right;
    margin-left: 10px;
    line-height: inherit;
    position: absolute;
}

.spin {
    opacity: .65;
}

#faqPageDiv .panel-default .collapsed a {
    color: #000;
}

#faqPageDiv .panel-default:hover a {
    color: #004a8a;
}

.IB-footer-menu-module {
    padding: 15px;
}

.panel-title {
    padding-left: 15px;
    text-indent: -17px;
}

#resendButton {
    font-size: 14px;
    font-weight: bold;
}

#codeDiv input {
    padding: 10px;
    width: 53px;
    height: 65px;
    -webkit-min-logical-width: 40px;
    border: none;
    /*line-height: 50px;*/
    text-align: center;
    font-size: 30px;
    margin: 0;
    border: solid 1px #BBBBBB
}

@media (max-width: 399px) {
    #codeDiv input {
        width: 15%
    }
}

#codeDiv input:focus,
#codeDiv input:active {
    border: solid 1px #004a8a;
    outline: none;
}

.bob-page-descricao-orange a {
    color: #000
}

.bob-page-descricao-orange a:hover {
    color: #004a8a
}

.btn-default {
    font-weight: normal;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}