.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .form-control-feedback, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #e73d4a;
}

.texto-sugestao-banco {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0px;
    margin-top: 8px;
    height: 46.4px;
    margin-left: -100px;
}

.page-container-no-top {
    margin-top: 0px !important;
}

.pull-right {
    float: right !important;
}

.error-message-login {
    margin-top: -14px;
    position: absolute;
}

.possui-acao {
    position: relative;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #00a57c;
    right: -16px;
    top: -11px;
    z-index: 2;
    color: #FFF;
    font-size: 9px;
    line-height: 15px;
}

.possui-acao-inverso {
    position: relative;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #fc0505;
    right: -10px;
    top: 0px;
    z-index: 2;
    color: #FFF;
    font-size: 9px;
    line-height: 15px;
}

.icone-interno {
    font-size: 24px !important;
    vertical-align: middle;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;
}

.icone-ok {
    color: #00a57c;
}

.icone-nok {
    color: #fc0505;
}

.load {
    position: absolute;
    left: 0px;
    top: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 9999997;
    opacity: 0.65;
    -moz-opacity: 0.65;
    filter: alpha(opacity = 65);
    background: black;
    background-image: url("../images/preloader.gif");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    text-align: center;
    overflow: hidden;
    font-weight: bold;
    color: white;
    padding-top: 25%;
}

.modal-bancario-cadastro {
    background-color: rgba(0, 0, 0, 0.55);
}
