
/*Make full widht content of navbar*/
.container{
    max-width: 100%;
    max-height: 100%;
}

.py-4{
	/*padding: 1rem 1rem;*/

	padding-top: 1rem;
	padding-right: 1rem;
	padding-left: 1rem;
	margin-bottom: 3rem;
}

/*FOOTER*/
.footer{
	/*position: absolute;*/
	position: fixed;
	height: 3rem;
	background-color: #f5f5f5;
    border-top: solid 1px #d9d9d9;
	width: 100%;
	bottom: 0;
	left: 0;
}

.footer-content-left{
	float: left;
}

.footer-content-right{
	float: right;
}

.footer-content-left, .footer-content-right{
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 1rem;
}

.logo-text{
	font-weight: bold;
}

/*REST*/

.card-center{
	margin: 0 auto;
}


.people{
    /*display: block;*/
    /*width: 50%;*/
    height: calc(2.19rem + 2px);
    padding: .375rem .75rem;
    font-size: .9rem;
    line-height: 1.6;
    color: #495057;
    background-color: #fff;
    /*background-clip: padding-box;*/
    border: 1px solid #ced4da;
    border-radius: .25rem;
    /*transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;*/
}

.aircomplete {
    position: relative;
}


.aircomplete-list {
    position: absolute;
    width: 250px !important;
    top: 100%;
    margin: 3px 0 0;
    padding: 0;
    list-style: none;
    max-height: 400px;
    overflow: auto;
    background: #f9f9f9;
    font-size: 14px;
    line-height: 16px;
    color: #999;
    border-radius: 3px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    overflow: hidden;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.5);
    z-index: 2;
}

.aircomplete-list-item {
    padding: 15px;
    border-bottom: solid 1px #ddd;
    cursor: pointer;
}


.pagination {
    justify-content: center;
}

.page-link 
{
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #ffffff;
    background-color: #2c3034;
    border: 1px solid #dee2e6;
}

.page-item.active .page-link 
{
    z-index: 1;
    color: #fff;
    background-color: #212529;
    border-color: #212529;
}

.table-scroll{
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}