h1,label, input, select, p, small {
    font-family: "Axiforma" !important;
}

.bg-titulo {
    background-color: rgb(116, 163, 218);
    color: #FFF;
}

.bg-numero {
    background-color: #28a745;
    color: #FFF;
    margin-bottom: 0px;
}

.input-modal {
    margin: 10px 0 0 10px
}

.modal .modal-dialog { 
    max-width : none;
    width: 60% !important;
} 

.modal-body {
    max-height:400px; 
    overflow-y: auto;
}

#conteudo_localidades {
    margin-top: 20px
}

.rmDid {
    display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.btn-adiciona-did,
.btn-add-numero-portabilidade {
    background-color: rgb(240, 191, 29);
    color: #FFF;
    border-color: rgb(240, 191, 29);
}

.btn-adiciona-did:hover,
.btn-add-numero-portabilidade:hover {
    background-color: rgb(199, 159, 30);
    color: #FFF;
    border-color: rgb(199, 159, 30);
}

.btn-adiciona-did:focus,
.btn-adiciona-did:active,
.btn-add-numero-portabilidade:focus,
.btn-add-numero-portabilidade:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#btnEnviar,
.btn-primary,
.btn-info {
    background-color: rgb(116, 163, 218);
    border-color: rgb(116, 163, 218);
}

.btn-primary:hover,
.btn-info:hover {
    background-color: rgb(99, 140, 185);
    border-color: rgb(99, 140, 185);
}

.campo-linha-telefonica[type="file"] {
    display: none;
}

.label-linha-telefonica {
    padding: 5px 10px;
    background-color: rgb(116, 163, 218);
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    display: block;
    cursor: pointer;
    border-radius: .25rem;
}
.nome-arquivo-conta-telefone {
    font-size: 12px;
}

.total-extra {
    font-weight: bold;
    font-size: 15px;
}

.cont-numeros-paco td,
.cont-numeros-paco th {
    background: none;
}

.card-numeros-paco thead th {
    color: #FFF;
}

.card-numeros-paco thead tr {
    background-color: rgb(116, 163, 218);
}

.card-numeros-paco table thead th,
.card-numeros-paco table tbody td {
    text-align: center;
}

.intelbras-assinatura-contrato .form-check-input {
    position: relative;
}