.cabecalhoModal_operacao {
    background-color: #034ea2;
    color: white;
    border-radius: 5px 5px 0px 0px;
}

#camposObrigatorio3 {
    padding-left: 79%;
    font-weight:  bold;
    text-align: right;
    font-size: 13px;
}

.tituloPaginaOperacao {
    font-weight: bold;
    color: #034ea2;
}

.botaoTrocaOperacao {
    color: #f86c6b;
    border-color: #f86c6b;
    background-color: white;
    font-size: 12px;
    border-radius: 5px;
}

.botaoTrocaOperacao:hover {
    color: white;
    background-color: #f86c6b;
    font-size: 12px;
    border-radius: 5px;
}

.botaoEnviarForm {
    margin-bottom: 1em;
}

.botaoModalFinalizar {
    width: 31%;
    margin-top: 9px;
}

.corpoModalOperacao {
    font-weight: bold;
}

.tela2{
    width: 100%;
}

.tela2 table tbody th{
    font-weight: 500;
}

.layout-inline{
    display: flex;
    align-items: center;
    gap: 10;
}

.space-btn{
    margin: 1%;
}

.check-label{
    content: '';
    background-color: #e6e6e6;
    border: 2px solid #8b8b8b4d;
    color: #000000;
    border-radius: 5px;
    margin: 3px 0px;
    width: 130px;
    transition: all .2s;
}

.check-label {
    margin: 0 10px;
    padding: 8px 12px;
    cursor: pointer;
}

.check-nf:checked ~ .check-label::after {
    content: "";
    position: absolute;
    margin-left: 15px;
    margin-top: -2px;
    width: 10px;
    height: 20px;
    border-right: solid 3px green;
    border-bottom: solid 3px green;
    transform: rotate(45deg);
}

.check-nf {
  display: absolute;
  position: absolute;
  opacity: 0;
}

.radio-label{
    content: '';
    background-color: #e6e6e6;
    border: 2px solid #8b8b8b4d;
    color: #000000;
    border-radius: 5px;
    margin: 3px 0px;
    transition: all .2s;
}

.radio-label {
    padding: 8px 12px;
    cursor: pointer;
}

.radio-rma {
    display: none;
}

.btn-whats{
    border: 1px solid #6d6d6d;
    border-radius: 5px;
    padding: 2% 3%;
    font-size: 13px;
}

.nav-tabs>li>a {
    padding: 7px !important;
    margin: 0px 0px !important;
}

.nav-tabs > li > a {
    min-width: 100px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#modalNatOpe .nav-link {
    text-align: center;
}

#modalNatOpe .nav-link .close {
    position: absolute;
    top: 0;
    right: 0;
}

#modalNatOpe .nav-link .close span {
    width: 13px;
    height: 15px;
    display: flex;
    align-items: center;
}

.tab-pane {
    margin-top: 0.5px;
    border-radius: 0;
    text-align: center;
    font-size: 12px;
}

.area-pesquisa{
    display: flex;
    justify-content: space-between;
    align-items:center;
}

.campo-invalido{
    color: red;
    font-size: 12px;
}

.buttonsProduct{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10;
}

.fontStyle13{
    font-size: 13px;
    font-weight: normal !important;
}

.danger-btn, .success-btn, .primary-btn{
    border-radius: 3px;
    font: 400 14px 'Open Sans';
    margin-left: 1em;
    color: #FFF !important;
    line-height: 1.42857143 !important;
}

.danger-btn{
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.success-btn{
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.primary-btn{
    color: #fff;
    border-color: #034ea2;
    background-color: #034ea2 !important;
}

.mytooltip .mytext {
    visibility: hidden;
    width: 80px;
    color: black;
    border-style: solid;
    border-color: black;
    border-width: 1px;
    z-index: 1;
    font-size: 12px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-left: 5px;
    text-align: center;
    position: absolute;
 }
.mytooltip {
    position: relative;
    display: inline-block;
 }

.mytooltip:hover .mytext {
    visibility: visible;
 }

.tamanhoTabela {
     font-size: 12px;
 }

.botaoGrid {
    width: 24px;
    height: 24px;
    margin-bottom: 0px !important;
    padding: 0px !important;
}

#modal-selecao-nota .modal-header, #modal-alerta .modal-header {
    background-color: #034ea2;
    color: white;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

#modal-selecao-nota .modal-header > div, #modal-alerta .modal-header > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#modal-selecao-nota .modal-header .close, #modal-alerta .modal-header .close {
    color: white;
    opacity: 1;
}

#modal-selecao-nota .modal-header .close:hover, #modal-alerta .modal-header .close:hover {
    opacity: 0.5;
}

#modal-selecao-nota table {
    width: 100%;
    margin-top: 2%;
}

#modal-selecao-nota .modal-content, #modal-alerta .modal-content {
    width: 80%;
    margin-left: 10%;
    margin-top: 20%;
}

#modal-selecao-nota .modal-btn, #modal-alerta .modal-btn {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

#modal-alerta .modal-btn {
    margin-top: 5%;
}

.spinner-rma {
    margin-top: 1.5%;
    margin-left: 3%;
    color: #034ea2;
    float: left;
}

.width_70  {
    width: 70%;
}

.btn-width-fixed {
    min-width: 130px;
}


.tooltip-custom {
    display: block;
    position: relative;
    width: auto;
}

.tooltip-custom span {
    position: absolute;
    top: -30px;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    background-color: #000;
    color: #FFF;
    padding: 5px 10px;
}

.tooltip-custom span:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-bottom: 4px solid transparent;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #000;
}

.tooltip-activer:hover .tooltip-custom span {
    visibility: visible;
    opacity: 1;
    z-index: 999;
}

.observacao-nf {
    color: red;
    font-size: 12px;
}

.rma-label-active {
    border: 2px solid #0160cc;
    background-color: #034ea2;
    color: white;
    border-radius: 5px;
    margin: 3px 0px;
    transition: all .2s;
}

.btn-danger {
    width: 30px;
    height: 30px;
    padding: 2px;
}

.input-motiva-rma::placeholder {
    font-style: italic;
}
  