/* common css for the error and success */
.data-result-message {
	display: none;
	text-align: center;
	font-size: 14px;
	padding: 8px 0px;
	font-weight: 600;
}

.text-center {
	text-align: center;
}

.success {
	color: #42ad49;
	display: block;
}

.error {
	color: #EB5E28;
	display: block;
}
/*css for the Login Page  */
.forgot-password-div, .login-btn-div, .change-pass-btn-div {
	padding: 0px 0px 10px 0px;
}

#forgot-password-btn, #login-btn, #change-pass-btn {
	cursor: pointer;
}

#forgotpassword-form {
	display: none;
}

/* transactions table css */
#transactions-table, #visitors-table {
	font-size: 14px;
}

.profile-view {
	padding: 5px 0px;
	font-size: 15px;
	color: #66615b;
}

.profile-view-key {
	color: #A49E93;
	padding: 7px 25px;
	text-align: right;
	font-weight: 600;
}

.profile-view-seperator {
	color: #4b5566;
	padding: 7px 25px;
	text-align: center;
	font-weight: 600;
}

.profile-view-value {
	padding: 7px 25px;
}

.text-orange {
	color: #ff881e !important;
}

.text-black {
	color: #4b5566 !important;
}

.btn-black {
	background-color: #4b5566 !important;
	border: none;
}

.btn-blue {
	background-color: #377cfd !important;
	border: none;
	border-radius: 30px;
	color: #fff !important;
}

.custom-file-upload {
	border: 1px solid #ccc;
	display: inline-block;
	padding: 6px 12px;
	cursor: pointer;
	border-radius: 8px;
}

input[type="file"] {
	padding: 10px 0px;
}

.document-display {
	padding: 10px 0px;
}
/* This is for Maps */
#map {
	height: 345px;
}
/* Optional: Makes the sample page fill the window. */
#description {
	font-size: 15px;
	font-weight: 300;
}

#infowindow-content .title {
	font-weight: bold;
}

#infowindow-content {
	display: none;
}

#map #infowindow-content {
	display: inline;
}

.pac-card {
	margin: 10px 10px 0 0;
	border-radius: 2px 0 0 2px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	outline: none;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
	background-color: #fff;
	font-family: Roboto;
}

#pac-container {
	padding-bottom: 12px;
	margin-right: 12px;
}

.pac-controls {
	display: inline-block;
	padding: 5px 11px;
}

.pac-controls label {
	font-size: 13px;
	font-weight: 300;
}

#pac-input {
	background-color: #fff;
	font-size: 15px;
	font-weight: 400;
	text-overflow: ellipsis;
	width: 400px;
	border-radius: 5px;
	border: none;
	margin: 5px 0px 0px 12px;
	padding: 6px 12px;
	color: #4b5566;
}

#pac-input:focus {
	border-color: #4b5566;
}

#title {
	color: #fff;
	background-color: #4d90fe;
	font-size: 25px;
	font-weight: 500;
	padding: 6px 12px;
}

#target {
	width: 345px;
}

.multiple-div {
	padding: 5px 5px !important;
}

/* this is for the Store Details Page */
.store-details-container {
	background-color: #fff;
	padding: 15px 10px !important;
	border-radius: 10px;
}

.store-main-container {
	display: inline-flex;
	align-items: center;
}

.store-main-container img {
	width: 240px;
	height: 120px;
}

.merchant-store-name {
	margin: 10px 0px 5px !important;
}

.merchant-store-type {
	margin: 5px 0px 10px !important;
}

.store-heading {
	margin: 15px 0px !important;
}

.store-time-holder {
	padding: 5px !important;
	text-align: center;
}

.contact-holder {
	font-size: 15px;
}

.store-image {
	width: 100%;
	height: 350px;
}

.dashboard-message, .transactions-message, .store-details-message,
	.offers-message {
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	margin: 15px 0px;
}

.add-store-div {
	text-align: center;
}

.offers-message {
	border: none !important;
	background-color: #fff;
}

.loading {
	display: none;
	width: 35px;
}

#offer-tax-details {
	display: none;
}

.highlightValue {
	width: 30%;
	display: inline-block;
	margin: 10px 0px;
}

.store-timing {
	width: 30%;
	display: inline-block;
	margin: 10px 0px;
}

.store-end-timing {
	margin-left: 10px;
}

.remove {
	display: inline-block;
	margin: 0px 10px;
}

.tax-details-heading, .merchant-tax-details {
	display: none;
}

.cashbackInputValue {
	width: 30% !important;
	display: inline-block;
	margin: 10px 4px;
}