.radiobutton {
    margin-left: 3%;
}

.radioBolaTipoConta {
    cursor: pointer;
} 
/*---------------checkBox-----------------*/
input[type="checkbox"] {
    width: 12px;
    height: 12px;
}
input[type="checkbox"]::before {
    content: " ";
    width: inherit;
    height: inherit;
    position: absolute;
    background-color: #fff;
    border: 1px solid #1B395E;
}
input[type="checkbox"]:checked::after {
    content: " ";
    width: 0.3rem;
    height: 0.5rem;
    margin-left: 0.3rem;
    border-color: #1B395E;
    border-style: solid;
    border-width: 0 3px 3px 0;
    position: absolute;
    transform: rotate(45deg);
}
/* ---------- slider ---------- */
.switch {
    position: relative;
    display: inline-block;
    width: 58px;
    height: 26px;    
    margin-top: 13px;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked + .slider {
    background-color: #1B395E;
}
input:focus + .slider {
    box-shadow: 0 0 1px #1B395E;
}
input:checked + .slider:before {
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
}
.slider.round {
    border-radius: 34px;
}
.slider.round:before {
    border-radius: 50%;
}
div.row.linha-permissao:nth-of-type(even) {
    background-color: #f3f3f3;
}
/*------------------------Tirar borda azul de estilo padrao bootstrap---------------*/
.form-control, .form-control:focus{ 
    outline: none;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: none; 
    box-shadow: none;
}
.btn, .btn:focus{
    outline: none;
    border-color: #ccc; 
    -webkit-box-shadow: none;
    box-shadow: none;
}
a:hover{
    text-decoration: none;
}

/*--------------------Botao voltar---------------------*/
#botaoVoltar {
    color: inherit;
    align-items: center;
}

#botaoVoltar a {
    color: #2A4472;
    margin-right: 20px;
}
#tituloPadrao {
    font-family: 'Tahoma';
    font-weight: bold;
    font-size: 18px;
    color: #2A4472;
    margin-top: 3%;
}
.primeiraLinha {
    margin-top: 3%;
}
/* -------------------------- Nova Tabela ------------------------------ */
.tabelaEstilo {
    width: 100%;
    text-align: center;
    overflow: hidden;
    border-collapse: separate;
    border: solid #ccc 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /* sombreamento top */
    -webkit-box-shadow: 0px 3px 5px 0px rgba(184,175,184,1);
    -moz-box-shadow: 0px 3px 5px 0px rgba(184,175,184,1);
    box-shadow: 0px 3px 5px 0px rgba(184,175,184,1);
}
.tituloPrincipalTabela tr {
    border-right: solid 1px #ccc;
}
.tituloPrincipalTabela th {
    font-family: 'Tahoma';
    border-top: none !important;
    border-bottom: none !important;
}
.detalhesTabela {
    text-decoration: underline;
    cursor: pointer;
}
th.titulosTab.linhaNaTh {
    font-size: 14px;
}
.sumirLinhaDetalhes {
    display: none;
}
.sumirTitulosDetalhes {
    display: none;
}
.tabelaEstiloDois {
    width: 100%;
    text-align: center;
    overflow: hidden;
    border-collapse: separate;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 3px 5px 0px rgb(184 175 184);
    -moz-box-shadow: 0px 3px 5px 0px rgba(184,175,184,1);
    box-shadow: 0px 3px 5px 0px rgb(184 175 184);
}
.paddingTopZero {
    padding-top: 0 !important;
}
.paddingZero {
    padding: 0;
}
.collapse-toggle span {
    display: inline-flex;
    vertical-align: middle;
}
.collapse-toggle[aria-expanded=false] .collapse-recolher {
    display: none;
}
.collapse-toggle[aria-expanded=true] .collapse-expandir {
    display: none;
}
.clickable {
    cursor: pointer;
}
.btn-preto, .btn-preto:hover, .btn-preto:focus {
    background-color: #000000;
    color: #FFFFFF;
}
.btn-azul, .btn-azul:hover, .btn-azul:focus {
    background-color: var(--cor-primaria, #2A4472);
    color: #FFFFFF;
}
.semResultado {
    font-family: tahoma;
    font-size: 18px;
    text-align: center;
    font-style: italic;
    color: #ced4da;
}
