.container{
    padding-bottom: 10px;
    margin-top: 40px;
    margin-bottom: 20px;
    border: 1px solid #ced4da;
}
.inicio{
    max-width: 550px;
}
.inicio .col-sm img{
	cursor: pointer;
}
.inicio a{
    flex: auto;
    margin: 0 10px;
    padding: 30px;
    border: 1px solid #ced4da;
    text-align: center;
    font-size: larger;
    border-radius: 5px;
    cursor: pointer;
}
.inicio div{
	display: flex;
	padding: 50px 0;
}
.display-4{ 
    width: calc(100% + 30px) !important;
    font-size: 1.6em !important;
    padding: 5px;
    text-align: center;
    margin-left: -15px;
    font-weight: 300;
    background-color: #ced4da;
    line-height: 1.2;
    margin-bottom: 1rem;
}
.preview{
	width: 100%; text-align: center;
}
.preview img{
    width: 150px;
    height: 150px;
    margin-bottom: 20px;
    border-radius: 50%;
    object-fit: contain;
}
table .btn{
	padding: 1px 6px;
}
table *{
	text-align: center;
}
.botoes-selecionar{
    display: grid;
    align-items: center; 
}
.botoes{
    width: 100%;
    display: grid;
    padding-bottom: 16px;
    text-align: center;
}
.botoes span{
    margin-bottom: 8px;
}
.botoes .btn{
    padding: 8px 12px;
}
.dataTables_wrapper label{
	width: 100% !important;
}
.no-margin{
	/*margin-left: -10px !important;*/
}
.grupo-menu{
    display: -webkit-inline-box;
    border-radius: 5px;
    margin-right: 5px;
}
.grupo-menu:hover{
    background: #4F4F4F;
}
.grupo-menu li:not(:first-child) {
	margin-left: -10px !important;
}
.img-lattes{
	width: 20px; 
	height: 20px; 
	filter: brightness(1000%) !important;
}






/**/