/* source-sans-pro-regular - latin */
@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/source-sans-pro-v14-latin-regular.eot');
	/* IE9 Compat Modes */
	src: local(''),
		url('../fonts/source-sans-pro-v14-latin-regular.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../fonts/source-sans-pro-v14-latin-regular.woff2') format('woff2'),
		/* Super Modern Browsers */
		url('../fonts/source-sans-pro-v14-latin-regular.woff') format('woff'),
		/* Modern Browsers */
		url('../fonts/source-sans-pro-v14-latin-regular.ttf') format('truetype'),
		/* Safari, Android, iOS */
		url('../fonts/source-sans-pro-v14-latin-regular.svg#SourceSansPro') format('svg');
	/* Legacy iOS */
}

body {
	font-size: 14px;
	line-height: 20px;
}

.navbar {
	padding: 0;
}

.nav>li>a {
	position: relative;
	display: inline-block;
	padding: 10px 15px;
}

.content-header>.breadcrumb>li>a {
	margin-right: 4px;
}

body.popup .content-wrapper {
	margin-left: unset;
}

section h1 .btn {
	margin-bottom: 5px;
}

.table-hover {
	width: 100% !important;
}

/*
.table-hover > thead > tr > th:last-child {
	width: 70px;
	text-align: center;
}
*/
.table-hover>tbody>tr td {
	white-space: nowrap;
}

/*
.table-hover > tbody > tr td:last-child {
	text-align: center;
	padding: 0.4rem;
}
*/
.input-group>.select2-container--bootstrap {
	width: auto;
	flex: 1 1 auto;
}

.input-group>.select2-container--bootstrap .select2-selection--single {
	height: 100%;
	line-height: inherit;
	padding: 0.5rem 1rem;
}

.select2-container--bootstrap .select2-selection--single {
	width: 100%;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
	padding-top: 4px !important;
}

td.underdot,
.tblList tbody a {
	text-decoration: underline;
	text-decoration-style: dotted;
	cursor: pointer;
	color: #212529 !important;
}

.tblList thead th.btn_col {
	width: 70px !important;
	text-align: center;
}

.tblList tbody td.btn_col {
	text-align: center;
	padding: 0.4rem;
}

.tblList > tbody > tr {
	cursor: pointer;
	height: 60px;
}

.tblList tbody tr td {
	vertical-align: middle;
}

.capitalize {
	text-transform: capitalize;
}

.form-group.has-success select {
	border: solid 1px #00a65a;
}

.toggle.full {
	width: 100% !important;
	display: block;
}

.merchant-dashboard-summary .bg-gray-light .inner {
	color: #555;
}

.callout-custom1 {
	background-color: #f9f9f9;
	color: #222 !important;
	border-color: #555;
}

.modal-loading {
	z-index: 9999;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	position: absolute;
}

.badge-refund {
	font-weight: normal;
	font-size: 1em;
}

a:focus {
	--color: #fff;
}

.form-overlay {
	z-index: 9999;
	background-color: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color: #fff;
	display: flex;
	flex-direction: column;
}

.alert .progress {
	height: 0.1rem;
	margin-top: 10px;
}

.alert .snooze {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	padding: 0.95rem 1.25rem;
	color: white;
	background-color: transparent;
	font-weight: 700;
	border: 0;
	line-height: 1;
	float: right;
}

.alert .snooze:hover {
	color: #ccc;
}

.small-box:hover {
	color: #555;
}

.small-box h3 {
	font-size: 20px;
	margin: 10px 0 15px 0;
	white-space: nowrap;
	padding: 0;
}

output.range {
	display: block;
	text-align: center;
}

.select2-results__option h6 {
	display: inline;
}

.select2-results__option h6 .badge {
	font-weight: normal;
}

.btn-outline-secondary {
	border-color: #6c757d;
}

.btn-outline-success {
	border-color: #28a745;
}

.btn-outline-danger {
	border-color: #dc3545;
}

.select2TemplateResultCustom {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}

.select2TemplateResultCustom h6 {
	margin-bottom: 0px;
}

.custom-file-label {
	font-size: 16px;
}

.leave {
	display: flex;
	align-items: center;
	background-color: #d2d6de;
	color: #000;
	padding: 0 15px;
	height: 50px;
}

.logo-mini {
	display: none !important;
}

.logo-lg {
	font-size: 14px;
	line-height: 20px;
	display: flex !important;
	align-items: center;
	justify-content: center;
	height: 100%;
}

@media (min-width: 768px) {
	.sidebar-mini.sidebar-collapse .main-header .logo>.logo-lg {
		display: none !important;
	}

	.sidebar-mini.sidebar-collapse .main-header .logo>.logo-mini {
		font-size: 16px;
		line-height: 20px;
		display: flex !important;
		align-items: center;
		justify-content: center;
		height: 100%;
	}
}