main>.container, main>.container-fluid {
	padding: 85px 15px 20px;
}

@media ( min-width : 1200px) {
	.container-fluid {
		max-width: 90%;
	}
}

.home-container {
	background-image: url('https://cdn.pixabay.com/photo/2016/01/19/17/53/writing-1149962_960_720.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	height: 100vh;
	font-family: 'Numans', sans-serif;
	padding: 85px 15px 20px;
	text-align: center;
	max-width: 100% !important;
}

nav {
	background-color: #A7ABAE !important;
	/* 	background: white !important;	 */
}

nav .logo {
	max-height: 40px;
}

.btn-primary, .bg-primary {
	background-color: #FF0080 !important;
	border-color: #FF0080 !important;
	color: white !important;
	font-weight: 700;
}

.custom-file-input ~ .custom-file-label::after {
	content: "...";
}

.pointer {
	cursor: pointer;
}

.fa-info {
	cursor: pointer;
	font-size: 12px;
	position: relative;
	top: -8px;
}

.fa-info.main {
	cursor: pointer;
	font-size: 1em !important;
	position: relative;
	top: 0px !important;
}

.invalid-feedback {
	text-align: right;
}

.popover {
	max-width: 1000px !important;
}

.deleteIcon, .editIcon {
	cursor: pointer;
}

.dataTables_length {
	margin: 2px;
}

.dataTables_length select {
	height: 38px;
}

#messages {
	position: absolute;
	z-index: 1000;
	top: 85px;
	right: 15px;
}

#toast-container {
	position: sticky;
	z-index: 1055;
	top: 0
}

#toast-wrapper {
	position: absolute;
	top: 0;
	right: 15px;
	margin: 5px
}

#toast-container>#toast-wrapper>.toast {
	min-width: 150px
}

#toast-container>#toast-wrapper>.toast>.toast-header strong {
	padding-right: 20px
}

table.dataTable.dtr-inline.collapsed.table-sm>tbody>tr>td:first-child:before, table.dataTable.dtr-inline.collapsed.table-sm>tbody>tr>th:first-child:before {
	top: 15px !important;
}

.namesurnamestyle {
  color: white !important;
  font-weight: bold;
  font-size: 21px;
  display: flex;
  position: fixed;
  justify-content: center;
  top: 12px;
  left: 0;
  width: 100%;
}
