* {
	font-family: 'Poppins', sans-serif;
}

.font-500 {
	font-weight: 500;
}

.font-700 {
	font-weight: 700;
}

body {
	background-color: #fff;
	/* margin: 30px; */
	margin: 0px;
	/* font: 13px/20px normal Helvetica, Arial, sans-serif; */
	color: #4F5155;
	/* zoom: 80%; */
}

a {
	color: #003399;
	background-color: transparent;
	font-weight: normal;
}


/* code {
		font-family: Consolas, Monaco, Courier New, Courier, monospace;
		font-size: 12px;
		width:75%;
		background-color: #f9f9f9;
		border: 1px solid #D0D0D0;
		color: #002166;
		display: block;
		margin: 14px 0 14px 0;
		padding: 12px 10px 12px 10px;
	} */

#content {
	margin: 0 22px 0 23px;
	zoom: 80%;
}

p.footer {
	text-align: right;
	font-size: 11px;
	border-top: 1px solid #D0D0D0;
	line-height: 32px;
	padding: 0 10px 0 10px;
	margin: 20px 0 0 0;
}

#container {
	margin: 5px;
	padding: 15px;
	/* margin: 10px; */
	border: 1px solid #D0D0D0;
	-webkit-box-shadow: 0 0 8px #D0D0D0;
	background-color: #fae1b6;
}

tr.nowrap {
	white-space: nowrap;
}

td {
	white-space: inherit;
}

.navbar {
	background-color: #F3BA30;
	zoom: 80%;
}

.nav-link {
	font-weight: 500;
}

/* .nav-link {
		color: black;
	} */

table thead {
	background-color: #0D6EFD;
	color: #fff;
}

table tbody {
	background-color: #fff;
}

table tfoot {
	background-color: #f2f2f2;
}

/* calendar table setting */

#calendar table thead {
	background-color: #0D6EFD;
	color: #fff;
}

#calendar table tbody {
	background-color: #fff;
}

#calendar table tfoot {
	background-color: #f2f2f2;
}

#calendar .fc-content-skeleton table thead {
	background-color: transparent;
	color: #000;
}

#calendar .fc-content-skeleton table tbody {
	background-color: transparent;
}

/* end calendar table setting */

.container-fluid header {
	zoom: 80%;
}

#preloader2 {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	overflow: hidden;
	background: #ffffff82;
}

#preloader2:before {
	content: "";
	position: fixed;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
	border: 6px solid #F3BA30;
	border-top-color: #d1e6f9;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	-webkit-animation: animate-preloader 1s linear infinite;
	animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes animate-preloader {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.select2+.select2-container .select2-selection {
	border-radius: 0;
}

.tick_datetime {
	background-color: #f6c165;
}