﻿.titulo_app {
    color: #001E6B;
    font-size: 26px;
    font-weight: bold;
    /* line-height: 24px; */
    /*margin-bottom: 14px;*/
}

.nav_bar_sbs {
    background: #001E6B;
}

.app_hr_titulo {
    border: 2px solid gray;
}

.app_btn_nav_sbs {
    background-color: #01C4B3;
}


/***/

.error {
    border-color: #ea2d29 !important;
    color: #ea2d29 !important;
}

.error-message {
    border-color: #ea2d29;
    color: #ea2d29;
    font-style: inherit;
}

/***/

/***/
.btn-custom {
    color: #fff;
    background-color: #5b9ee6;
    border-color: #5b9ee6;
}

    .btn-custom:hover {
        color: #fff;
        background-color: #5b9ee6;
        border-color: #5b9ee6;
    }

    .btn-custom:focus, .btn-custom.focus {
        box-shadow: 0 0 0 0.2rem #5b9ee6;
        box-shadow: 0 0 0 0.2rem rgba(50, 153, 244, 0.5);
    }

.btn-custom.disabled, .btn-custom:disabled {
        color: #fff;
        background-color: #5b9ee6;
        border-color: #5b9ee6;
    }

    .btn-custom:not(:disabled):not(.disabled):active, .btn-custom:not(:disabled):not(.disabled).active,
    .show > .btn-custom.dropdown-toggle {
        color: #fff;
        background-color: #5b9ee6;
        border-color: #5b9ee6;
    }

        .btn-custom:not(:disabled):not(.disabled):active:focus, .btn-custom:not(:disabled):not(.disabled).active:focus,
        .show > .btn-custom.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(50, 153, 244, 0.5);
        }


/***/
