.agent-panel {
	background: #f2f2f2;
	padding: 15px;
	margin-bottom: 10px;
	text-align: left;
}

.agent-title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #ec0037;
}

.agent-contact .contact-txt {
	color: #aaaaaa;
	margin-right: 10px;
}

.tbl-pink {
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	margin-bottom: 25px;
	width: 100%;
	font-size:120%;
}

.spacer50 {
	clear: both;
	height: 50px;
}

.tbl-pink th {
	background: #ac0059;
	padding: 10px;
	height: 60px;
	color: #fff;
	text-align: center;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.tbl-pink.clear-style td {
	color: inherit;
	font-weight: 300;
}

.tbl-pink td {
	padding: 5px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	text-align: center;
}

.desktop-button, .qr-button {
	position: absolute;
	top: 2px;
}

.refresh {
	cursor: pointer;
}

.tab{
	overflow: hidden;
	border: 1px solid #ccc;
	background-color: white;
}


	/* Style the buttons inside the tab */
	.tab a {
		background-color: inherit;
		float: left;
		outline: none;
		cursor: pointer;
		padding: 16px;
		transition: 0.3s;
		font-size: 17px;
		text-align: center;
		height: 60px;
		/*border-bottom: 1px ridge darkgray;*/
	}

		/* Change background color of buttons on hover */
		.tab a:hover {
			background-color: #ddd;
		}

		/* Create an active/current tablink class */
		.tab a.active {
			font-weight: 900 !important;
			background-color: #f1f1f1;
		}

@media screen and (max-width: 500px) {
	.tab a {
		width: 100% !important;
		border-bottom: 1px ridge darkgray !important;
		border-top: 0px !important;
		border-left: 0px !important;
		border-right: 0px !important;
	}
}
/*merchants*/
.merchants-panel .btn.full-btn {
	width: 230px;
	padding: 24px 40px 24px 20px;
	text-align: left;
	border: 1px solid #ddd;
	font-size: 1em;
	line-height: 1.2em;
}

/*merchants*/
.merchants-panel {
	padding: 20px 40px;
}

	.merchants-panel .form-inline .checkbox {
		margin: 5px 0;
	}

		.merchants-panel .form-inline .checkbox label::before {
			margin-left: -25px;
		}

		.merchants-panel .form-inline .checkbox label::after {
			margin-left: -23px;
		}

.shop-holder {
	margin: 30px 20px;
}

.shop-holder {
	padding: 15px;
	border: 1px solid #ddd;
	margin-bottom: 15px;
	color: #212121;
	text-align: left;
}

	.shop-holder img {
		margin: 0 auto;
		display: block;
	}

.tbl-shop-details {
	text-align: left;
}

	.tbl-shop-details td {
		padding-bottom: 5px;
	}

	.tbl-shop-details tr {
		padding-bottom: 5px;
	}

	.tbl-shop-details td {
		padding-bottom: 0px;
		display: block;
	}

		.tbl-shop-details td:nth-child(2) {
			padding-bottom: 5px;
		}
.dark-red {
	color: #9e1f5c !important;
}
.white-text{
	color:white !important;
}
.no-width {
	width:auto !important;
}
.inline-display{
	display:inline !important;
}
.dropdown{
	position:relative;
}
.reset-dropdown {
	display: inline-block;
	width: auto;
}
	.reset-dropdown .dropdown-menu {
		border-radius: 0;
		width: 250px;
		max-height: 200px;
		overflow-y: auto;
		z-index: 10000;
	}
.open > .dropdown-menu {
	display: block;
}
.bg-grey {
	border: 1px solid #ccc;
	background-color: #f1f1f1;
}
.checkbox.inline-block label{
	display:inline;
}
