/*Scroll bar css*/
/* width */
::-webkit-scrollbar {
	width: 5px;
	height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey;
	/*    border-radius: 10px;  */
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: teal;
	/*    border-radius: 10px;  */
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: rgb(0, 79, 79);
}

/*Scroll bar css end*/

/*Common Css in project*/


body {
	background: aliceblue;
}

.main-container {
	position: relative;
	top: 90px;
}

/*navbar css*/
.bg_primary a {
	font-weight: 900;
	letter-spacing: 4px;
	margin-left: 5px;
	font-family: 'Courier New', Courier, monospace;
	font-size: 20px;

}

.bg_primary a img {
	margin-right: 10px;
}

.bg_primary {
	background: teal
}

.nav-item a {
	font-size: 16px;
	font-weight: 600;
	font-family: 'Courier New', Courier, monospace;
	color: white;
}

.nav-link:hover {
	text-decoration: underline;
	/*transition: 0.1s ease;
	transform: scale(1.1);*/
	font-weight: 900;
	color: white;
}

.navbar-toggler {
	font-size: 14px;
}

/*navbar css end*/

.login-btn {
	width: 30%;
	border: none;
	padding: 10px 15px;
	background-color: teal;
	color: white;
	cursor: pointer;
	margin-bottom: 5px;
	font-weight: 500;
	letter-spacing: 2.5px;
}



@media only screen and (max-width: 760px) {
	.login-btn {
		width: 100%;
	}
}

@media only screen and (max-width: 1000px) {
	.login-btn {
		width: 100%;
	}
}

/*end of common css*/


/*all data page*/
.alldata {
	position: relative;
	top: 70px;
}


/*index page (not used in final project)*/
.banner {
	width: 100%;
	height: 93vh;
	background-size: cover;
}

.index_button {
	text-decoration: none;
	font-size: 20px;
	font-weight: 800;
	font-family: 'Courier New', Courier, monospace;
	border: 2px solid saddlebrown;
	border-radius: 50px;
	padding: 10px;
	width: 300px;
	background-color: antiquewhite;
	text-align: center;
}

.index_button:hover {
	transform: scale(1.2);
	transition: .3s ease;
}

/*end of index page css*/

/*upload excel page css*/
#upload-btn {
	display: none;
}

#send-btn {
	display: none;
}

/*end uploadd excel page css*/

/*login page css*/
.outer-container {
	width: 100%;
	height: 100vh;
	/*background: linear-gradient(rgba(255, 255, 255, 0.5),
		rgba(255, 255, 255, 0.5)),
	url("/images/loginbg.jpg") center;*/
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover;
	background-position: center;
	flex-direction: column;

}

.company-detail {
	text-align: center;
}

.company-logo {
	width: 50px;
	height: 50px;
	font-weight: 900;
	margin-bottom: 10px;
}

.comapny-logo {
	font-weight: 900;
	font-size: 44px;
}

.wrapper {
	padding: 20px;
	width: 35%;
	border: 1px solid black;
	background-color: white;
	-webkit-box-shadow: 1px 1px 20px 1px rgba(6, 120, 143, 0.58);
	-moz-box-shadow: 1px 1px 20px 1px rgba(6, 120, 143, 0.58);
	box-shadow: 1px 1px 20px 1px rgba(6, 120, 143, 0.58);


}

.wrapper-title {
	font-size: 24px;
	font-weight: 300;
	text-transform: uppercase;
}

.login-form {
	display: flex;
	flex-direction: column;
}

.login-form input {
	flex: 1;
	min-width: 40%;
	margin: 10px 0px;
	padding: 10px;
}

/*end of login form css*/


.upload-table-card {
	border: 1px solid black;
	border-radius: 0px;
}

.upload-table-card h4 {
	font-weight: 800;
	font-family: 'Courier New', Courier, monospace;
	font-size: 20px;
	color: darkslategray;
}

/*all button css*/

/*button css end*/

.upload-card {
	border-radius: 0px;
	background-color: antiquewhite;
	-webkit-box-shadow: 1px 1px 20px 1px rgba(6, 120, 143, 0.58);
	-moz-box-shadow: 1px 1px 20px 1px rgba(6, 120, 143, 0.58);
	box-shadow: 1px 1px 20px 1px rgba(6, 120, 143, 0.58);

}

.upload-card h4 {
	color: black;
	font-family: 'Courier New', Courier, monospace;
	font-weight: 700;

}

.upload-card input {
	border: none;
	border-radius: 0px;
}

.home-wrapper {
	width: 90vw;

	padding: 10px;
}

/*home card css*/
.card-link {
	text-decoration: none;
}

.home-card {
	display: flex;
	flex-direction: column;
	border-radius: 12px;

}

.card-1 {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: antiquewhite;
	-webkit-box-shadow: 1px 1px 20px 1px rgba(6, 120, 143, 0.58);
	-moz-box-shadow: 1px 1px 20px 1px rgba(6, 120, 143, 0.58);
	box-shadow: 1px 1px 20px 1px rgba(6, 120, 143, 0.58);
	border-radius: 12px;


}

.home-card_2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	border: 2px solid black;
}

.card-2 {
	display: flex;
	justify-content: center;

	min-height: 240px;
	/*background-color: antiquewhite;
	-webkit-box-shadow: 1px 1px 20px 1px rgba(6, 120, 143, 0.58);
	-moz-box-shadow: 1px 1px 20px 1px rgba(6, 120, 143, 0.58);
	box-shadow: 1px 1px 20px 1px rgba(6, 120, 143, 0.58);*/

}


.card-1:hover {
	background-color: lightseagreen;
	transition: 0.3s ease-out
}

.card-2 h3 {
	color: cornflowerblue
}

.card-2 img {
	margin-bottom: 15px;
}

.home-card-image {
	height: 75px;
	width: 75px;
}

@media only screen and (max-width: 1200px) {
	.home-card-image {
		height: 75px;
		width: 75px;
	}
}

@media only screen and (max-width: 1000px) {
	.home-card-image {
		height: 75px;
		width: 75px;
	}
}

@media only screen and (max-width: 600px) {
	.home-card-image {
		height: 50px;
		width: 50px;
	}
}



.home-title {
	font-size: 25px;
	font-weight: 600;
	font-family: 'Courier New', Courier, monospace;
}

/*spinner css*/
.loader {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	/*top: 60px;*/
	width: 100%;
	height: calc(100vh-60px);
	z-index: 155;
	background: url(/images/loading.gif) 50% 50% no-repeat rgb(249, 249, 249);
	background-size: 150px;

}

/*spinner css end*/

/*data table css*/
.datatable {
	font-size: 12px;
}

.view-all-card {
	border: 1px solid black;
	border-radius: 0px;
	background-color: antiquewhite;
}

.url-card {
	width: 100%;
	position: relative;
	top: 80px;
	border-radius: 0px;
	min-height: 80vh;

}

/* monthly page css 
montly input box
*/
.month {
	border: 1px solid black;
	border-radius: 0px;
	width: 500px;
	padding: 10px;

}

.month-label {
	font-size: 16px;
	font-family: 'Courier New', Courier, monospace;
	font-weight: 700;
	margin-right: 15px;
}

.notification-card {
	top: 50%;
	width: 500px;
	border: 1px solid black;
	border-radius: 0px;
	background-color: antiquewhite;
	-webkit-box-shadow: 1px 1px 20px 1px rgba(6, 120, 143, 0.58);
	-moz-box-shadow: 1px 1px 20px 1px rgba(6, 120, 143, 0.58);
	box-shadow: 1px 1px 20px 1px rgba(6, 120, 143, 0.58);
}

.notification-card p {
	font-size: 16px;
	font-weight: 700;
	font-family: 'Courier New', Courier, monospace;
	color: cadetblue;
}

.date_range_form {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	margin-bottom: 15px;

}

.date_range_form input {
	width: 30%;
	height: 40px;
	padding: 3px;
	border: 2px solid black;
	cursor: pointer;

}

.date_range_form label {
	font-family: 'Courier New', Courier, monospace;
	font-size: 16px;
	font-weight: 700
}

.success {
	background-color: darkgreen;
}

.items.active {
	background: rgba(255, 255, 255, 0.3);
	cursor: grabbing;
	cursor: -webkit-grabbing;
	transform: scale(1);
}

.nextPage {
	background-color: rgb(255, 255, 255);
	padding: 10px;
	border: 1px solid rgb(0, 0, 0);
	border-radius: 2px;
	min-width: 40px;
	text-decoration: none;
}

.currentPage {
	text-decoration: none;

	background-color: rgb(128, 128, 128);
	padding: 10px;
	border: 1px solid black;
	border-radius: 2px;
	min-width: 40px;
}

#myInput {
	width: 300px;
	font-size: 16px;
	padding: 5px 10px 5px 10px;
	border: 1px solid #ddd;
	margin-bottom: 12px;
}

#sendFilterOnAllData_btn {
	padding: 5px;
	border: 1px solid black;
	color: white;
	background-color: gray;
}