body {
	background-color: #f7f7f7;
}
a {
	text-decoration: none;
	transition: all 0.2s ease;
}
.login-content .left-side {
	width: 51.5vh;
    height: 100vh;
	position: absolute;
	background-image: url(/media/imgs/login-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.login-content .right-side {
	padding-left: 51.5vh;
	display: flex;
	min-height: 100vh;
	align-items: center;
}
.login-content .right-side .form-container {
	padding-left: 8rem;
	padding-right: 30px;
	width: 100%;
	flex-shrink: 0;
}
.login-content .right-side .form-container form {
	max-width: 600px;
}
.top-bar {
	background: #565e64;
	height: 25px;
	line-height: 25px;
	color: #fff;
	font-size: 14px;
}
.header {
	height: 80px;
	background: #fff;
}
.header .logo {
	line-height: 80px;
}
.header .logo img {
	height: 60px;
}
.header .navigation > div > a {
	padding: 0 15px;
	line-height: 75px;
	font-size: 18px;
	color: #565e64;
	margin-right: 30px;
}
.header .navigation > div > a.dropdown-toggle {
	background: transparent;
	border: 0;
	font-size: 30px;
}
.header .navigation > div > a:hover, .header .navigation > div > a.active {
	border-bottom: 5px solid #198754;
}
.header .dropdown-toggle {
	border-radius: 50%;
}
.header .dropdown-toggle::after {
	display: none;
}
.wrapper {
	min-height: calc(100vh - 100px);
}

.footer {
	height: 50px;
	line-height: 100px;
	background-color: #ddd;
	color: #565e64;
}
.footer a {
	color: #565e64;
}
.footer-logo img {
	max-height: 40px;
}

.activate-form {
	max-width: 600px;
	margin: 0 auto;
	margin-top: 80px;
}
.filter input, .filter select{
	
	display: inline-block;
}

.date-picker-cont {
	display: inline-block;
}
.date-picker-cont .input-group-text {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	height: 38px;
}
@media (max-width: 991px) {
	.login-content .left-side {
		display: none;
	}
	.login-content .right-side {
		padding-left: 0;
	}
	.login-content .right-side .form-container {
		padding-left: 30px;
	}
}
.product-select-cont {
	margin: 0 -16px;
}
.product-select {
	cursor: pointer;
	border-bottom: 1px solid rgba(0,0,0,0.175);
	padding: 10px 0 15px 0;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.product-select:first-child {
	border-top: 1px solid rgba(0,0,0,0.175);
}
.product-select.selected {
	color: #fff;
	background-color: rgb(25 135 84);
}
.product-select.selected button {
	color: #fff;
	border-color: #fff;
}

.responsive-table {
	overflow: auto;
}
.responsive-table .card-body {
	min-width: 800px;
}

body {
	padding-bottom: 50px;
}

.footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	line-height: normal;
	font-size: 13px;
}

.footer .container {
	height: 100%;
}

.footer .row {
	align-items: center;
	height: 100%;
}

@media(max-width: 991px) {
	.header .navigation > div > a {
		font-size: 14px !important;
		margin-right: 10px !important;
	}
}

.show-mobile {display: none !important;}

@media(max-width: 767px) {
	.header .navigation > div > a {
		font-size: 12px !important;
		margin-right:0 !important;
		padding: 0 10px !important;
		line-height: 24px !important;
		display: block !important;
	}

	.header .navigation > div > a:hover {
		border-bottom: 0 !important
	}

	/* .footer-logo img {
		height: 40px !important;
	} */

	.footer .row * {
		text-align: center !important;
	}

	.shown-not-mobile {
		display: none !important;
	}

	.show-mobile {display: inline-block !important;}

	.btn-round {
		padding: 0;
		width: 40px;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-left: 5px;
	}


	
}