#confKey0, #confKey1, #confKey2, #confKey3 {
    margin-left: 2px;
    margin-right: 12px;
    min-width: 0;
    padding-right: 0px;
}

.table table th {
    text-transform: capitalize;
    line-height: 12px;
    background: none;
    padding-right: 10px;
    color: #000;
}

.table table td {
    padding-right: 10px;
}

.bob-helparea .glyphicon {
    float: left;
}

.no-padding-top {
    padding-top: 0px !important;
}

.no-margin-left {
    margin-left: 0px !important;
}

.no-margin-right {
    margin-right: 0px !important;
}
/*.validation 
{
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
    text-align:left;
}
.validation div
{
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}*/

.well > .IB-icon, .well > .IB-txt {
    display: block;
}

.well > .IB-icon {
    float: left;
}

.validation ul {
    margin-bottom: 0;
    margin-left: 40px;
}

.bob-pagination {
    text-align: center;
}

/* http://stackoverflow.com/questions/8333117/is-there-a-way-to-have-a-masked-numeric-input-field/ */
input[type=number] {
    -webkit-text-security: disc;
}

/**** COREIO ****/
.mailHeaderButton {
    float: right;
    margin: 10px 10px 0px 0px;
}

    .mailHeaderButton a {
        padding: 15px 10px 15px 30px;
        color: #FFFFFF;
    }

    .mailHeaderButton .on {
        background-position: left center
    }

#mailHeaderHb {
    background-color: white; /*text-transform:uppercase;*/
    color: #446B8A;
    margin-top: -5px;
    border-bottom: 1px solid #CCD6DF
}

    #mailHeaderHb h2 {
        padding: 8px 0 0 7px;
    }

#mailHeaderTitle {
    padding: 8px 0px;
    text-transform: uppercase;
    font-size: 14px;
}

.on {
    color: #ffffff;
    background-color: #3a8fc2;
}

.mailButtons {
    margin-bottom: 10px;
    padding-top: 10px;
}

.mailButton {
    display: inline-table;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

.on {
    background-position: 15px center
}

.off {
    background-repeat: no-repeat;
    background-position: 15px center
}

@media only screen and (max-width: 767px) {
    #no-more-tables .message {
        border-bottom: none;
        padding-left: 0;
    }
}

/*.on#mailReceb {background-image: url('../../img/mail/icon_recebidas_branco.png') }
.off#mailReceb {background-image: url('../../img/mail/icon_recebidas_azul.png'); }

.on#mailEnv  {background-image: url('../../img/mail/icon_enviadas_branco.png'); }
.off#mailEnv  {background-image: url('../../img/mail/icon_enviadas_azul.png'); }

.on#mailNova       {background-image: url('../../img/mail/icon_NovaMsg_branco.png');}       
.off#mailNova       {background-image: url('../../img/mail/icon_NovaMsg_azul.png') }*/

.mailButton.on {
    background-color: #446B8A;
}

.mailButton.off {
    border: 1px solid #446B8A;
}

.mailButton .logo {
}

.mailButton .title {
}

.mailButton.on .title {
    color: White
}

.mailButton.off .title {
    color: #446B8A
}

.mailButton .count {
    padding-left: 15px;
    color: #A1BFD7;
    font-weight: bold;
}
/*.panel-default {border:0;}*/

.mailGrid {
    color: #22bcbc;
    cursor: pointer;
}

    .mailGrid a {
        color: #000;
    }

    .mailGrid tr .msgGridRow {
        background: #F3F3F3;
        margin-bottom: 5px;
        float: left;
        width: 100%;
        padding: 15px 15px 15px 30px
    }

    .mailGrid tr.mailGridAlt .msgGridRow {
        background: #FFFFFF
    }

    .mailGrid tr .msgGridRow .msgGridCol1 {
        float: left;
        width: 550px;
    }

    .mailGrid tr .msgGridRow .msgGridCol2 {
        float: left;
        width: 65px;
        text-align: right;
        color: #A2A2A2
    }

    .mailGrid tr .msgGridRow .msgGridCol3 {
        float: left;
        width: 65px;
        text-align: right
    }


    .mailGrid tr .mailFrom {
        color: #9B9B9B
    }

span.subject a {
    color: #000;
}

    span.subject a:hover {
        color: #22bcbc;
    }

.mailGrid tr.newMsg .msgGridRow {
    font-weight: bold;
    background-color: #E7F2F8
}

.mailGrid tr.newMsg .mailFrom {
    color: #F1433A;
}

.mailGrid tr.newMsg .msgGridRow .msgGridCol2 {
    color: #658499
}

.mailGrid tr .hasfile {
    width: 20px;
    height: 20px;
    float: right;
    background-image: url('../../img/mail/icon_clip_azul.png');
    background-repeat: no-repeat;
}

.mailGrid tr.newMsg .hasfile {
    background-image: url('../../img/mail/icon_clip_cinza.png');
    background-repeat: no-repeat;
}

.mailGrid tr .hasReplied {
    width: 20px;
    height: 20px;
    float: right;
    background-image: url('../../img/mail/icon_reply_cinza.png');
    background-repeat: no-repeat;
}


.replyForm {
    clear: both;
    width: 100%;
}

.replyForm {
    margin: 10px 0 0 0;
    background-color: white;
}

    .replyForm.on {
        margin-bottom: -25px
    }

    .replyForm .dynForm {
        margin: 16px;
        background-color: #FFFFFF
    }

    .replyForm label {
        font-weight: bold
    }


.mailEnviar {
    background-image: url('../../img/mail/icon_enviar_branco.png');
    float: none;
    margin: 10px 30px 20px auto;
    clear: both;
}

    .mailEnviar .title {
        padding-left: 15px
    }

#mailAttach {
    margin: 0 30px 0 0;
    cursor: pointer;
}

    #mailAttach .title {
        padding-left: 10px
    }

.mailAttachInput input {
    width: 0px;
    height: 0px;
    overflow: hidden;
}

.mailAttachInput .MultiFile-list {
    clear: both;
}

/*#mailBack {background-image: url('../../img/mail/icon_seta_azul.png');}
.on#mailResponder       {background-image: url('../../img/mail/icon_responder_branco.png');}       
.off#mailResponder       {background-image: url('../../img/mail/icon_responder.png') } */


#mailDetail {
    display: inline-block;
    clear: both;
    width: 100%;
}

#mailDetail {
    background-color: #f2f2f2;
    margin-top: 15px;
    margin-bottom: 15px
}

    #mailDetail .mailDetailMsg {
        margin: 16px;
        padding: 20px;
        background-color: #FFFFFF;
        border: 1px solid #ccc;
    }

        #mailDetail .mailDetailMsg .mailFrom {
            color: #9B9B9B;
            float: left;
        }

        #mailDetail .mailDetailMsg .mailDate {
            color: #9B9B9B;
            float: right;
            width: 65px;
            text-align: right
        }

        #mailDetail .mailDetailMsg .mailSubject {
            color: #000;
            font-weight: bold;
            font-size: 16px;
            clear: left;
            padding: 10px 0
        }

        #mailDetail .mailDetailMsg .mailBody {
            color: #658499;
            clear: both
        }

        #mailDetail .mailDetailMsg .mailAttach {
            color: #658499;
            clear: both;
            border-top: 1px solid #ccc;
            margin-top: 25px;
            padding-top: 10px;
        }

            #mailDetail .mailDetailMsg .mailAttach ul {
                list-style-type: none;
                padding: 0px;
            }

                #mailDetail .mailDetailMsg .mailAttach ul li {
                    background: url('../../img/mail/icon_clip_cinza.png') left center no-repeat;
                    padding: 2px 0 2px 20px;
                    display: inline;
                }

                    #mailDetail .mailDetailMsg .mailAttach ul li a {
                        color: #22bcbc;
                    }

.mailGrid .table {
    margin-bottom: 0px;
}

p {
    margin: 0px 0px 0px 2px;
}

ul {
    margin-bottom: 2px;
}

ol {
    margin-top: 2px;
    margin-bottom: 2px;
}

.Normal {
    font-family: Arial;
    font-size: 14px;
    color: #000;
    vertical-align: middle;
    line-height: 20px;
}

.TableDefault {
    border-collapse: collapse;
    border: 1px solid #000000;
}

    .TableDefault th {
        padding: 2px;
        vertical-align: top;
        text-align: left;
        border: 1px solid #000000;
    }

    .TableDefault td {
        padding: 2px;
        vertical-align: top;
        text-align: left;
        border: 1px solid #000000;
    }

.subject {
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    color: #000;
}

.mailGrid .calendar {
    text-align: right;
    color: #9B9B9B;
    font-size: 14px;
}

/******************************************/

#mailDetail .header {
    width: 100px
}

.MultiFile-list {
    margin-left: 200px;
}

#tooltip-img {
    height: 17px;
    width: 17px;
    float: right;
    margin: 10px;
    position: absolute;
    left: 375px;
}

#tooltip-mesmobanco {
    color: #446B8A;
    border: 1px solid black;
    padding: 0px 8px;
    float: right;
    margin-top: 10px;
    margin-right: 120px;
    line-height: 1.2;
    display: none;
}

.tooltip {
    color: #446B8A;
    border: 1px solid black;
    padding: 0 8px;
    position: absolute;
    margin-top: 10px;
    margin-right: 120px;
    line-height: 1.2;
    display: none;
    background-color: white;
}

#beneficiaryFullNamePTFO {
    top: 150px;
    left: 5px;
}

#beneficiaryFullNameEMOP {
    top: 105px;
    left: 5px;
}

span.currencyTxt {
    border-radius: 0 4px 4px 0 !important;
}

.mailAttachInput .transferUpload .MultiFile-list {
    margin-left: 0px !important;
}

#agreeHide {
    display: none;
}


.panel-collapse .panel-heading {
    display: none;
}

.panel-collapse .panel {
    border: none;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    /*margin-left: 0px;*/
}

.IB-headermenu-mod .nav-pills > li > a {
    font-size: 12px;
    font-weight: 600;
}

.IB-login.IB-top-bar .IB-target > div {
    font-size: 12px;
    vertical-align: middle;
}

.IB-headermenu-mod .IB-target > div, .IB-headermenu-mod .IB-userbtn .IB-user-label > div, .IB-headermenu-mod .IB-logout-label > div, .IB-headermenu-mod .IB-lang-label > div, .IB-headermenu-mod .navbar-toggle > div {
    height: 17px;
}

/*para a coluna da caixa de entrada, nao testado*/

@media (max-width: 767px) {
    #no-more-tables td {
        /*padding-left: 4%;*/
        word-wrap: break-word;
    }


    #no-more-tables .tableCorreio td {
        padding-left: 4%;
        word-wrap: break-word;
    }
}

#no-more-tables td {
    vertical-align: middle;
}

/*.panel-heading.IB-collapse-panel .IB-title{
    min-width: 100%;
}*/

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    /*font-size: 12px;*/
}


.IB-hp-shortcuts-menu-mod .btn .IB-btn > div {
    height: auto !important
}

/*.bob-header-title > h3 .fal {
    display: none
}
*/



.barrage {
    position: fixed;
    left: 50px;
    bottom: 20px;
    width: 500px;
    height: 200px;
    border-radius: 0px;
    overflow: hidden;
    max-width: 80%;
}

.barrage_text {
    height: 150px;
    text-align: center;
    padding: 60px 20px;
    background-color: white;
}

    .barrage_text a {
        text-decoration: black;
        color: black;
    }

.barrage_btn {
    height: 50px;
    text-align: center;
    line-height: 50px;
    background-color: #22bcbc;
    color: white;
}

#cookie_barrage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background-color: rgba(0,0,0,.5);
    z-index: 1050;
}

@media (max-width: 767px) {
    #cookie_barrage {
        height: 200vh;
        overflow: hidden;
    }
}

.bob-helparea {
    border: none;
    background: none;
}

    .bob-helparea .fal {
        display: none;
    }

#balancesValues .control-label {
    color: #000000;
    text-transform: uppercase;
    font-size: 13px;
}

.barrage:focus,
.btn:focus,
.form-control:focus {
    border-color: #22bcbc !important;
    box-shadow: #22bcbc !important;
    outline: none !important;
    -webkit-tap-highlight-color: rgba(0,0,0,0) !important;
}

.btn:active:focus {
    -webkit-tap-highlight-color: rgba(0,0,0,0) !important;
    box-shadow: none !important;
    outline: none !important;
}

a, a:hover, a:active, a:visited, a:focus {
    -webkit-tap-highlight-color: rgba(0,0,0,0) !important;
    box-shadow: none !important;
    outline: none !important;
    text-decoration: none
}

.btn-default:active:focus {
    -webkit-tap-highlight-color: rgba(0,0,0,0) !important;
    color: #FFFFFF !important;
    background: #22bcbc !important;
    border-color: #22bcbc !important;
}

.btn-primary:active:focus {
    -webkit-tap-highlight-color: rgba(0,0,0,0) !important;
    background: #000000 !important;
    border-color: #000000 !important;
}

.btn {
    -webkit-tap-highlight-color: rgba(0,0,0,0) !important;
    outline: 0;
}

a {
    -webkit-touch-callout: none;
}

.b-input:focus,
.b-input:active,
.b-input:active:focus {
    -webkit-tap-highlight-color: #22bcbc !important;
    border-color: #22bcbc !important;
    outline: 0;
    -webkit-appearance: none;
}

.showprint {
    display: none;
}

.bob-page-icons h3 {
    margin-top: 10px
}

.IB-footer-print-module {
    font-size: 11px;
}

#reference-date {
    font-family: 'Montserrat-SemiBold', sans-serif;
    color: #243241;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.2;
}

.errorMessage ul {
    list-style: none;
}

.table > tbody > tr > td:not(.bob-td-title) {
    text-transform: none !important;
}

:root {
    color-scheme: only light;
}

.IB-mainlogoMobile {
    height: 72px;
}

@media (max-width: 991px) {
    .IB-page-screen .IB-page-content {
        margin-top: 0;
    }
}
