﻿.bg-nfg {
    background-color: #006F89 !important;
}

.text-nfg {
    color: #DC661E;
}

div.deck-botoes {
    height: 42px;
}

div.deck-botoes > div {
    text-align: center;
}

div.deck-botoes > div > .submit-nfg {
    height: 100% !important;
    background-color: #DC661E;
    border-color: #DC661E;
    border-radius: 25px;
    color: #fff;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
    position: relative;
    width: 100% !important;
}

div.deck-botoes > div > .button-nfg {
    height: 100% !important;
    background-color: #6c757d;
    border-color: #6c757d;
    border-radius: 25px;
    color: #fff;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
    position: relative;
    width: 100% !important;
    margin-right: .5rem !important;
}

div.deck-botoes > div > .submit-nfg:hover {
    color: #fff;
    background-color: #e0803a;
    border-color: #e0803a;
}

div.deck-botoes > div > .submit-nfg:focus, .submit-nfg.focus {
    box-shadow: 0 0 0 0.2rem #e0803a;
}

div.deck-botoes > div > .button-nfg:hover {
    color: #fff;
    background-color: #7f858a;
    border-color: #7f858a;
}

div.deck-botoes > div > .button-nfg:focus, .button-nfg.focus {
    box-shadow: 0 0 0 0.2rem #7f858a;
}



.btn-modal-primario {
    background-color: #DC661E;
    border-color: #DC661E;
    border-radius: 25px;
    color: #fff;
}

 .btn-modal-secundario {
    background-color: #6c757d;
    border-color: #6c757d;
    border-radius: 25px;
    color: #fff;
}

.bg-botao-primario {
    background-color: #007bff;
    border-color: #007bff;
    border-radius: 25px;
}

.recaptcha-mock {
    background-color: darkgreen;
    width: auto;
    height: 78px;    
}

.error{
    color: #ff0000;
}

input.error {
    border-color: #ff0000;
}

.tooltip-nfg {
    border-radius: 3px;
    color: #fff;
    background-color: #373e40;
    font-size: 10pt;
    padding: 3px;
    text-align: justify !important;
}

.select2-container .select2-selection--single {
    height: 34px !important;
}