﻿.box-atalho-gerenciar {
	min-height: 400px;
	align-items: center;
    justify-content: center;
}

.botoes-flutuantes {
	position: relative;
	top: 0;
	justify-content: flex-end;
	padding: 15px 25px;
	margin-left: auto;
}

.conteudo-busca {
	padding-top: 20px;
	min-height: calc(100vh - 135px);
	padding-bottom: 0;
	justify-content: flex-start;
}

.menu-lateral {
	top: -70px;
	min-height: calc(100% + 70px);
}

.titulo-pag-internas {
	background: #7f8c8d;
	width: 100%;
	padding: 15px 25px;
	color: #fff;
	text-transform: uppercase;
	font-size: 22px;
	font-size: 1.375rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 4px 4px 0 0;
}

/***** Atalho gerenciar ******/
.atalho-gerenciar{
	position: relative;
}

.atalho-gerenciar-link{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.atalho-gerenciar-link:hover{
	text-decoration: none;
}

	.atalho-gerenciar-link .fas {
		font-size: 40px;
		color: #3e3e3e;
		background: #f8f9fa;
		border: 4px solid #d57d19;
		border-radius: 5px;
		width: 70%;
		height: 100px;
		display: flex;
		justify-content: center;
		align-items: center;
		transition: all 0.2s
	}

	.atalho-gerenciar-link:hover .fas {
		background: #d57d19;
	}

	.atalho-gerenciar-texto {
		background: #657a8e;
		color: #fff;
		padding: 10px 15px;
		border-radius: 5px;
		width: 100%;
		text-align: center;
		position: relative;
		top: -10px;
		text-transform: uppercase;
		transition: all 0.2s
	}

.atalho-gerenciar-link:hover .atalho-gerenciar-texto {
	background: #506070;
}

.atalho-gerenciar-texto span {
	display: block;
	text-align: center;
}

/*select2*/
.select2-container--default .select2-selection--single .select2-selection__rendered {
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-image: none;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
}

.select2-container--default .select2-selection--single{
	border: 0;
	min-height: 100%;
}

.link-acoes-tabela{
	display: flex;
}

.link-acoes-tabela a{
	margin-left: 5px
}

.celula-cnpj{
	width: 180px;
}

.items-contato-tabela {
	width: 130px
}

	.items-contato-tabela .fas {
		display: inline-block;
		font-size: 16px;
		margin: 0 5px;
		color: #3e3e3e
	}

.pagination li {
	width: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #ced4da;
	font-size: 18px
}

.pagination li a{
	color: #3e3e3e
}

	.pagination li.active {
		background: #d57d19;
		color: #fff;
		border: 1px solid #d57d19;
	}
.PagedList-skipToNext{
	border-radius: 0 5px 5px 0;
}

.PagedList-skipToPrevious {
	border-radius: 5px 0 0 5px;
}

/****Relatorios*****/

.form-relatorio {
    width: 100%;
    border: 1px solid #657a8e;
    border-radius: 5px;
}

.box-relatorios {
    border: 1px solid #657a8e;
    border-radius: 5px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    
}

.box-relatorios-item {
    margin: 15px 0;
    border-right: 1px solid #ccc;
}

.wrap-relatorio{
    margin-bottom: 30px;
}

.box-relatorios-item:last-child {
    border-right: none;
}

.numero-destaque-relatorios {
    font-size: 40px;
    line-height: 40px;
}

.texto-destaque-relatorios{
    font-size: 18px;
}

#tabela-relatorio_wrapper {
    margin: 40px auto;
    width: 90%;
}

#tabela-relatorio{
    width: 100% !important;
}

#historico-cidadao_wrapper {
    margin: 40px auto;
    width: 90%;
}

#historico-cidadao-relatorio {
    width: 100% !important;
}

.dataTables_paginate .pagination {
    margin-top: 10px !important;
}

.dataTables_scroll{
    margin-top: 10px;
}

.dataTables_scrollHeadInner{
    width: 100% !important
}

    .dataTables_scrollHeadInner .table {
        width: 100% !important
    }

    .dataTables_paginate .pagination li {
        width: auto !important;
        border: none;
    }

.dataTables_paginate .page-item.active .page-link {
    background: #d57d19;
    border-color: #d57d19;
}

#tabela-relatorio_filter {
    float: right;
}
/***Busca familia***/
.avisos-busca{
    width: 70%;
    margin: 0 auto;
}

.avisos-busca .btn-cria-familia{
    justify-content: center;
}
    .busca-nis {
        display: none;
    }

.tipo-busca-label {
    border: none;
    font-size: 22px;
    font-size: 1.375rem;
    padding: 0 15px;
    transition: all 0.2s;
    cursor: pointer;
    border-right: 1px solid #3e3e3e;
}

    .tipo-busca-label:last-of-type{
        border: none;
    }


.busca-nis:checked + label {
    background: #dae0e5;
}

.acaos-busca .fa-user-edit {
    /*font-size: 18px;*/
    /*margin-right: 8px;*/
}

.acaos-busca .fa-users {
    /*font-size: 21px;*/
    border-left: 1px solid #dae0e5;
    /*padding-left: 8px;*/
}


/*Menu Responsivo*/
.menu-responsivo {
    width: 16%;
    display: none;
    align-items: center;
    justify-content: center;
}

	.menu-responsivo .fas {
		font-size: 30px;
		color: #212529;
	}

	.abre-menu {
		width: 16%;
	}

.abre-menu-flutuante {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	background: #d57d19;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

	.abre-menu-flutuante .fas {
		font-size: 25px;
		color: #fff;
	}

@media(max-width: 920px) {
	.menu-lateral {
		transform: translateX(-190px);
		transition: all 0.2s;
		top: 0;
		z-index: 9;
		max-width: 190px !important;
	}

	.menu-lateral-mostra {
		transform: translateX(0)
	}

	.botoes-flutuantes {
		position: fixed;
		bottom: 45px;
		right: 0;
		flex-direction: column;
		max-width: 250px;
		z-index: 9;
		transform: translateX(250px);
		transition: all 0.2s;
	}

		.botoes-flutuantes a{
			margin-bottom: 10px;
			justify-content: center;
		}

	.abre-botoes-flutuantes {
		transform: translateX(0px)
	}

	.logo-topo {
		display: none;
	}

	.abre-menu {
		width: auto;
		flex-grow: 2;
	}

		.abre-menu a {
			justify-content: center;
		}

		.menu-responsivo {
			display: flex;
			cursor: pointer
		}

	.conteudo-form-servicos{
		max-width: 100% !important;
	}

	.abre-menu-flutuante{
		display: flex;
	}

}

/**Loading**/
.box-loading{
    position: absolute;
    width: 100%;
    background: rgba(255,255,255, 0.7);
    display: none;
    justify-content: center;
    align-items: center;
    top: 0;
    bottom: 0;
    z-index: 9999;

}

.link-acoes-usuario .fa-key {
    background: #e7c259;
}

.link-acoes-usuario .fa-key:hover {
    background: #c1a34d;
}
.link-acoes-usuario .fa-unlock {
    background: #667273;
}

.link-acoes-usuario .fa-unlock:hover {
    background: #4e5758;
}


.btn-busca-cidadao .fas {
    font-size: 20px;
    margin: 0px 2px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    margin-right: 10px;
}