input[type="submit"]:hover {
	transition: all 0.3s ease-in-out !important;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #3996ff;
	text-decoration: none;
}

h2 h3 {
	color: #222222;
}

a:hover {
	transition: all 0.3s ease-in-out !important;
	text-decoration: none;
	color: #fff;
}

body {
	background: #fafafa;
	color: #000;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	position: relative;
	min-height: 100vh;
	padding-bottom: 60px;
}
.wraper {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}

/*-----------------------mani css-----------------*/
.logoarea {
	padding: 15px 0;
}
.logoarea img {
	max-height: 125px;
}
h2.topHeaderText {
	font-size: 25px;
}
.topHeaderText {
	color: #000;
	text-align: center;
	margin: 0;
	padding: 0 0 15px;
	font-weight: 600;
}
input.barcode {
	width: 350px;
	height: 50px;
	padding: 0 15px;
	font-size: 18px;
	display: block;
	margin: 0 auto 15px auto;
	border-radius: 4px;
	border: 1px solid #c6c6c6;
}
input.barcode:focus,
input.barcode:active {
	box-shadow: unset;
	outline: none;
}
.customeColorBtn {
	background: #6b89c4;
	padding: 10px 24px;
	border: none;
	transition: all 0.3s ease-in-out;
	text-transform: uppercase;
}
.customeColorBtn:active,
.customeColorBtn:focus {
	box-shadow: unset;
	outline: none;
}
.thambnail-pic {
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}
.thambnail-pic img {
	width: 100%;
}
.downloadSection {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	transition: all 0.3s ease-in-out;
	text-align: center;
	transform: scale(0);
	-webkit-transform: scale(0);
}
.thambnail-pic:hover .downloadSection {
	cursor: pointer;
	transform: scale(1);
	-webkit-transform: scale(1);
}
.downloadSection button,
.downloadSection a {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.mainBodyWrapper {
	min-height: calc(100vh - 272px);
}
footer {
	background: #6b89c4;
	color: #fff;
	font-size: 16px;
	padding: 6px 0;
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
}

.downloadImage {
	margin: 20px 0 0 0;
	width: 100%;
	text-align: center;
	flex-direction: row-reverse;
	padding-right: 20px;
}

.downloadImage img {
	width: 1024px;
	height: auto;
}

.downloadImage.loading .downloadImageLoader {
	display: flex;
	height: 300px;
}

.downloadImage.loading .downloadImageContent.not-safari {
	height: 0;
	overflow: hidden;
}

.downloadImageLoader {
	align-items: center;
	display: none;
	justify-content: center;
}

/* For custom checkbox  */

/* The container */
.custom_checkbox {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	line-height: 25px;
	cursor: pointer;
	font-size: 24px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	margin-top: 1px;
}

/* Hide the browser's default checkbox */
.custom_checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #aaa;
}

/* On mouse-over, add a grey background color */
.custom_checkbox:hover input ~ .checkmark {
	background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.custom_checkbox input:checked ~ .checkmark {
	background-color: #f2723b;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.custom_checkbox input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.custom_checkbox .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.form_search {
	text-align: center;
}

.error_msg {
	/* display: inherit; */
	/* position: fixed; */
	display: block;
	text-align: center;
	color: red;
	padding: 5px;
	margin-bottom: 10px;
	left: 45%;
}

.error {
	border: 1px solid red;
}

.c_btn {
	margin-top: 20px;
}

.btn-custom {
	background-color: #f2723b;
	border-color: #f2723b;
	border-radius: 0px;
	color: #fff;
}

.btn-custom:hover {
	background-color: #cc4912;
	transition: 0.3s ease-in all;
	color: #fff;
}

.selectAllCheckBox,
.selectPageCheckBox {
	top: 0;
	display: inline-block;
}

#load {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999;
	background: url("https://www.creditmutuel.fr/cmne/fr/banques/webservices/nswr/images/loading.gif")
		no-repeat center center rgba(0, 0, 0, 0.25);
}
#zip_loader {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999;
	background: url("https://www.creditmutuel.fr/cmne/fr/banques/webservices/nswr/images/loading.gif")
		no-repeat center center rgba(0, 0, 0, 0.25);
}
.ml-2 {
	margin-left: 10px;
}
span.countSpan {
	font-size: 16px;
	display: inline-block;
	padding-left: 10px;
	font-weight: bold;
}

/*-------------------------------------Main CSS-------------------------------------------------------------------*/

@media only screen and (max-width: 1290px) and (min-width: 320px) {
	body {
		padding-bottom: 65px;
	}
	.error_msg {
		left: 32%;
		/* top: 46%; */
	}
}
