@media (min-width: 1248px) {
	.container-fluid {
		max-width: 80%;
	}
}
@media (max-width: 700px) {
	table td {
		max-width: 100px;
		overflow: hidden;
	}
}
main {
	flex: auto;
	margin-bottom: 1rem;
}
footer {
	background-color: #454553;
}
.navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255, 1);
	letter-spacing: 1px;
}
.navbar-dark .navbar-nav .nav-link.active {
	border-bottom: 2px solid rgba(255, 255, 255, 1);
}
a {
	color: #000;
}
.form-control-plaintext {
	border-bottom: 1px dashed rgb(221, 221, 221);
}
.col-form-label {
	float: right;
	font-weight: bold;
}
.float-end {
	float: right;
}

.notification-box {
	position: absolute;
	top: 7%;
	right: 1%;
	z-index: 1;
}
.notification-box > div {
	padding: 5px 15px;
	margin: 10px 0px;
	font-weight: bold;
}
/* * * * * * * * * * *
  Navbar
* * * * * * * * * * */

.navigation-clean {
	background: #fff;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	color: #333;
	border-radius: 0;
	box-shadow: none;
	border: none;
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.navigation-clean {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
}

.navigation-clean .navbar-brand {
	font-weight: bold;
	color: inherit;
}

.navigation-clean .navbar-brand:hover {
	color: #222;
}

.navigation-clean .navbar-toggler {
	border-color: #000000;
}

.navigation-clean .navbar-toggler:hover,
.navigation-clean .navbar-toggler:focus {
	background: none;
}

.navigation-clean .navbar-toggler {
	color: #888;
}

.navigation-clean .navbar-collapse,
.navigation-clean .form-inline {
	border-top-color: #ddd;
}

.navigation-clean.navbar-light .navbar-nav .nav-link.active,
.navigation-clean.navbar-light .navbar-nav .nav-link.active:focus,
.navigation-clean.navbar-light .navbar-nav .nav-link.active:hover {
	color: #8f8f8f;
	box-shadow: none;
	background: none;
	pointer-events: none;
}

.navigation-clean.navbar .navbar-nav .nav-link {
	padding-left: 18px;
	padding-right: 18px;
}

.navigation-clean.navbar-light .navbar-nav .nav-link {
	color: #465765;
}

.navigation-clean.navbar-light .navbar-nav .nav-link:focus,
.navigation-clean.navbar-light .navbar-nav .nav-link:hover {
	color: #37434d !important;
	background-color: transparent;
}

.navigation-clean .navbar-nav > li > .dropdown-menu {
	margin-top: -5px;
	box-shadow: none;
	background-color: #fff;
	border-radius: 2px;
}

.navigation-clean .dropdown-menu .dropdown-item:focus,
.navigation-clean .dropdown-menu .dropdown-item {
	line-height: 2;
	color: #37434d;
}

.navigation-clean .dropdown-menu .dropdown-item:focus,
.navigation-clean .dropdown-menu .dropdown-item:hover {
	background: #eee;
	color: inherit;
}

#navbar-black {
	background-color: var(--main-background-color);
}

#faq-title {
	font-size: 50px;
	font-weight: 900;
}

.contact-label {
	font-weight: bold;
}

/* * * * * * * * * * *
  FAQ
* * * * * * * * * * */

.faq {
	color: #fff;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
	transition: 0.4s;
}

.faq strong {
	color: #fff;
}

.faq.on {
	color: #40809b;
}

.faq:after {
	content: "\2212";
	color: rgb(255, 255, 255);
	font-weight: bold;
	float: right;
	margin-left: 5px;
}

.on:after {
	content: "\002B";
}

.panel {
	padding: 0 18px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}

.faqelement {
	margin: 0px auto 30px;
	float: initial;
}

/* * * * * * * * * * *
  Register Form With Image
* * * * * * * * * * */

.register-photo {
	padding: 80px 0;
}

.register-photo .image-holder {
	display: table-cell;
	width: auto;
	background: url(/assets/img/vegas-vertical.jpg);
	background-size: cover;
}

.register-photo .form-container {
	display: table;
	width: 100%;
	margin: 0 auto;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
	max-width: 1024px;
	border-style: solid;
}

.register-photo form {
	display: table-cell;
	width: 500px;
	background-color: #ffffff;
	padding: 40px 60px;
	color: #505e6c;
}

@media (max-width: 991px) {
	.register-photo form {
		padding: 40px;
	}
}

.register-photo form h2 {
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 30px;
}

.register-photo form .form-control {
	background: #f7f9fc;
	border: none;
	border-bottom: 1px solid #dfe7f1;
	border-radius: 0;
	box-shadow: none;
	outline: none;
	color: inherit;
	text-indent: 6px;
	height: 40px;
}

.register-photo form .form-check {
	font-size: 13px;
	line-height: 20px;
}

.register-photo form .btn-primary {
	background: #f4476b;
	border: none;
	border-radius: 4px;
	padding: 11px;
	box-shadow: none;
	margin-top: 35px;
	text-shadow: none;
	outline: none !important;
}

.register-photo form .btn-primary:hover,
.register-photo form .btn-primary:active {
	background: #eb3b60;
}

.register-photo form .btn-primary:active {
	transform: translateY(1px);
}

.register-photo form .already {
	display: block;
	text-align: center;
	font-size: 12px;
	color: #6f7a85;
	opacity: 0.9;
	text-decoration: none;
}

/* * * * * * * * * * *
  Login Form
* * * * * * * * * * */

.login-clean {
	padding: 80px 0;
}

.login-clean form {
	max-width: 400px;
	width: 90%;
	margin: 0 auto;
	background-color: #ffffff;
	padding: 40px;
	border-radius: 4px;
	color: #505e6c;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}

.login-clean .illustration {
	text-align: center;
	padding: 0 0 20px;
	font-size: 100px;
	color: rgb(244, 71, 107);
}

.login-clean form .form-control {
	background: #f7f9fc;
	border: none;
	border-bottom: 1px solid #dfe7f1;
	border-radius: 0;
	box-shadow: none;
	outline: none;
	color: inherit;
	text-indent: 8px;
	height: 42px;
}

.login-clean form .btn-primary {
	background: #f4476b;
	border: none;
	border-radius: 4px;
	padding: 11px;
	box-shadow: none;
	margin-top: 26px;
	text-shadow: none;
	outline: none !important;
}

.login-clean form .btn-primary:hover,
.login-clean form .btn-primary:active {
	background: #eb3b60;
}

.login-clean form .btn-primary:active {
	transform: translateY(1px);
}

.login-clean form .forgot {
	display: block;
	text-align: center;
	font-size: 12px;
	color: #6f7a85;
	opacity: 0.9;
	text-decoration: none;
}

.login-clean form .forgot:hover,
.login-clean form .forgot:active {
	opacity: 1;
	text-decoration: none;
}

/* * * * * * * * * * *
  Contact Form
* * * * * * * * * * */

.contact-clean {
	padding: 80px 0;
}

@media (max-width: 767px) {
	.contact-clean {
		padding: 20px 0;
	}
}

.contact-clean form {
	width: 90%;
	margin: 0 auto;
	background-color: #ffffff;
	padding: 40px;
	border-radius: 4px;
	color: #505e6c;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
	.contact-clean form {
		padding: 30px;
	}
}

.contact-clean h2 {
	margin-top: 5px;
	font-weight: bold;
	font-size: 28px;
	margin-bottom: 36px;
	color: inherit;
}

.contact-clean .form-group:last-child {
	margin-bottom: 5px;
}

.contact-clean form .form-control {
	background: #fff;
	border-radius: 2px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
	outline: none;
	color: inherit;
	padding-left: 12px;
	height: 42px;
}

.contact-clean form .form-control:focus {
	border: 1px solid #b2b2b2;
}

.contact-clean form textarea.form-control {
	min-height: 100px;
	max-height: 260px;
	padding-top: 10px;
	resize: vertical;
}

.contact-clean form .btn {
	padding: 16px 32px;
	border: none;
	background: none;
	box-shadow: none;
	text-shadow: none;
	opacity: 0.9;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 0.4px;
	line-height: 1;
	outline: none !important;
}

.contact-clean form .btn:hover {
	opacity: 1;
}

.contact-clean form .btn:active {
	transform: translateY(1px);
}

.contact-clean form .btn-primary {
	background-color: #055ada !important;
	margin-top: 15px;
	color: #fff;
}

/******
LOGIN FORM
******/
.login-background {
	background-color: var(--main-background-color);
}
.signup-form {
	background-color: #fff;
}

.signup-form .form-control {
	padding: 10px 15px;
	margin-bottom: 20px;
}

.btn-blue {
	background: #44c5ee;
	padding: 10px 28px;
	border: 2px solid #44c5ee;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.08em;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active {
	background: #fff;
	color: #496174;
}

/******
UPLOAD FORM
******/

.fFiles {
	position: relative;
	text-align: center;
}
.fFiles label {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	left: 0;
	margin: auto;
	z-index: 1;
	text-align: center;
	background: #f1f1f1;
	padding: 20px 0px;
	justify-content: center;
	border: 1px dashed #ccc;
}
.fFiles input[type="file"] {
	display: flex;
	height: 105px;
	box-sizing: border-box;
	width: 100%;
	opacity: 0;
	position: relative;
	z-index: 9;
}
.display-upload span {
	display: block;
	background: #f1f1f1;
	border-radius: 4px;
	padding: 10px;
}
/******
POP BOX
******/
#dim {
	display: none;
	position: fixed;
	z-index: 9998;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	left: 0;
}
.pop {
	display: none;
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	left: 0;
	margin: auto;
	background: #fff;
	border-radius: 5px;
	padding: 20px;
	z-index: 9999;
	/* overflow-y: scroll; */
	width: max-content;
}
.pop#pup-ajax {
	width: 400px;
	text-align: center;
}
.pop#pup-ajax p {
	margin-top: 0;
	font-size: 13px;
}
.pop#pup-ajax form {
	margin: 0;
}
.pop#pup-ajax div {
	display: flex;
	align-items: center;
}
.pop#pup-ajax input[type="text"] {
	width: calc(100% - 155px);
	margin-right: 5px;
	font-family: "Lato";
}
.pop#pup-ajax input[type="submit"] {
	width: 150px;
}
.fa-edit {
	color: #2c3e50;
	cursor: pointer;
}
.fa-edit:hover {
	color: #34495e;
}
.fa-trash {
	color: #c0392b;
	cursor: pointer;
	margin-left: 15px;
}
.fa-trash:hover {
	color: #e74c3c;
}
.fa-eye-slash {
	color: #333;
	cursor: pointer;
}
.fa-plus, .fa-envelope-open {
	color: #54a0ff;
	cursor: pointer;
}
.fa-bars {
	cursor: pointer;
}
table tr th:last-child {
	width: 75px;
}
