.custom-navbar {
	position: fixed !important;
	width: 100%;
	z-index: 10000;
}

.index-card {
	margin-top: 150px;
}

.table {
	font-size: 12px;
}

.table-event-list {
	width: 650px !important;
}

.modal-dialog {
	max-width: 1000px !important;
}

.oculto {
	display: none !important;
}

.confirm-delete {
	margin-top: 80px;
}


/*Profile*/
.profile-container {
	margin-top: 80px;
}

.profile-container .profile-picture {
	margin-top: 30px;
}

.update-form {
	margin-top: 100px;
}

span.select2-container {
	width: 80% !important;
	font-size: 12px !important;
}

span.select2-container--default {

}

span.user-span {
	font-weight: bold !important;
}

#validationTooltip07 {
	font-size: 14px !important;
}

.list-group-item {
	border: none !important;
	padding: 0px !important;
}

.table td, .table th {
	border-top: none !important;
}

/*Custom data tables styles */

.col-sm-12 {
	font-size: smaller;
    padding: 0px !important;
}

.dataTables_length {
	display: flex;
}

.dataTables_length label,
.dataTables_filter label {
	display: flex;
    justify-content: end;
}

.dataTables_filter label input{
	margin: 0px 10px;
}

.dataTables_length label select {
	margin: 0px 10px;
}

.extra-margin {
		margin-top: 10%;
	}


/* ID's */
#dropdown-menu-custom {
	left: 40% !important;
}

#staticBackdrop {
	margin-top: 130px;
}


@media (min-width: 576px) {
	.col-sm-12 {
		font-size: smaller;
	    padding: 0px !important;
	}
}
