main>.container {
	padding: 70px 15px 20px;
}

.footer {
	background-color: #f5f5f5;
	font-size: .9em;
	height: 60px;
}

.footer>.container {
	padding-right: 15px;
	padding-left: 15px;
}

.not-set {
	color: #c55;
	font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
	content: '';
	left: 3px;
	display: inline-block;
	width: 0;
	height: 0;
	border: solid 5px transparent;
	margin: 4px 4px 2px 4px;
	background: transparent;
}

a.asc:after {
	border-bottom: solid 7px #212529;
	border-top-width: 0;
}

a.desc:after {
	border-top: solid 7px #212529;
	border-bottom-width: 0;
}

.grid-view th {
	white-space: nowrap;
}

.hint-block {
	display: block;
	margin-top: 5px !important;
	color: #999;
}

.error-summary {
	color: #a94442;
	background: #fdf7f7;
	border-left: 3px solid #eed3d7;
	padding: 10px 20px;
	margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li>form>button.logout {
	padding-top: 7px;
	color: rgba(255, 255, 255, 0.5);
}

.slimScrollBar {
	background: grey !important;
}

@media(max-width:767px) {
	.nav li>form>button.logout {
		display: block;
		text-align: left;
		width: 100%;
		padding: 10px 0;
	}
}

.nav>li>form>button.logout:focus,
.nav>li>form>button.logout:hover {
	text-decoration: none;
	color: rgba(255, 255, 255, 0.75);
}

.nav>li>form>button.logout:focus {
	outline: none;
}

.main-header {
	position: fixed;
	z-index: 1011 !important;
}

.skin-blue .main-header .logo {
	background-color: #FFFFFF !important;
}

.main-sidebar {
	position: fixed;
	left: 0;
	bottom: 0;
	min-height: 100% !important;
	top: 0;
}

.main-sidebar-overflow {
	overflow: auto;
}

.main-footer {
	position: fixed;
	width: 100%;
	border: none;
	padding: 1px;
	bottom: 0;
	right: 0;
	left: 0;
	color: #4F4F4F;
	background: white;
}

.content {
	margin-top: 24px;
}

.content-header>.breadcrumb {
	right: 15px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	margin-top: 0px !important;
}

.file-preview {
	padding: 0px;
}

.file-preview .close {
	display: none;
}

.krajee-default.file-preview-frame {
	margin: 30px;
	float: none;
}

.krajee-default.file-preview-frame .kv-file-content {
	width: auto;
}

.file-preview-image {
	object-fit: cover;
	padding: 0px;
}

.file-zoom-content .file-preview-image {
	object-fit: contain;
	height: 100% !important;
}

.ui-sortable tr {
	cursor: move;
}

.cursor-pointer {
	cursor: pointer !important;
}

.image-external-merchant {
	width: auto;
	height: 335px;
}

.icon-wrapper ul {
	list-style-type: none;
	padding: 0;
}

.icon-wrapper ul li {
	display: inline-block;
}

.icon-wrapper input[type="checkbox"][id^="checkbox-icon"] {
	display: none;
}

.icon-wrapper input[type="checkbox"][id^="esb-checkbox-icon"] {
	display: none;
}

.icon-wrapper label {
	border: 2px solid #fff;
	border-radius: 8px !important;
	padding: 10px;
	display: block;
	position: relative;
	margin: 10px;
	cursor: pointer;
	text-align: center;
}

.icon-wrapper label:before {
	background-color: white;
	color: white;
	content: " ";
	display: block;
	font-size: 10px;
	border-radius: 5px;
	border: 2px solid #3c8dbc;
	position: absolute;
	top: -2px;
	left: -2px;
	text-align: center;
	transition-duration: 0.2s;
	transform: scale(0);
}

.icon-wrapper label img {
	height: 120px;
	width: 120px;
	transition-duration: 0.2s;
	transform-origin: 50% 50%;
	display: block;
}

.icon-wrapper :checked+label {
	border-color: #ddd;
}

.icon-wrapper :checked+label:before {
	content: "✓";
	font-size: 1em;
	height: 25px;
	width: 25px;
	background-color: #3c8dbc;
	transform: scale(1);
	z-index: 1;
}

.icon-wrapper :checked+label img {
	transform: scale(0.9);
	/* box-shadow: 0 0 5px #333; */
	z-index: -1;
}

/* Start custom kartik grid */
.kv-grid-table {
	font-size: 12px !important;
	line-height: 1 !important;
	overflow: hidden;
	overflow: scroll !important;
	-webkit-overflow-scrolling: touch !important;
}

.kv-panel-after {
	display: none;
}

/* End custom kartik grid */

/*Browse .kv-thead-float resize*/
#ModalDialogBody .table-responsive.kv-grid-container>div {
	left: auto !important;
	top: auto !important;
}

.file-upload-indicator {
	visibility: hidden !important;
}

/* .js-sortable-tr:hover {
    cursor: move;
    color: #000;
    background: #f5f5f5;
} */
.new-entry {
	background: #e8f5e9;
}

.warning-row {
	background: #ffebee;
}

.checkbox-xl {
	width: 3rem;
	height: 3rem;
}

.dropdown-menu {
	min-width: 100px !important;
}

/* Tab Style */
/* Style the tab */
.tab {
	overflow: hidden;
	border-bottom: 1px solid #ccc;
}

/* Style the buttons that are used to open the tab content */
.tab a {
	background-color: #B8B3B3;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	color: #000;
}

/* Change background color of buttons on hover */
.tab a:hover {
	background-color: #3c8dbc;
	color: #fff;
}

/* Create an active/current tablink class */
.tab a.active {
	background-color: #3c8dbc;
	color: #fff;
}

/* Style the tab content */
.tab-content {
	display: none;
	padding: 6px 12px;
	border: 1px solid #ccc;
	border-top: none;
}

.sub-tab-content {
	display: none;
	padding: 6px 12px;
	border: 1px solid #ccc;
	border-top: none;
}

.tab-links {
	color: #000;
}

.sub-tab-links {
	color: #000;
}

.reason-template {
	border-radius: 50px;
	margin: 5px 3px;
}

.krajee-datepicker[readonly] {
	background-color: #ffffff !important;
}

/* End Tab Style */

.loader {
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid #3c8dbc;
	width: 60px;
	height: 60px;
	-webkit-animation: spin 2s linear infinite;
	/* Safari */
	animation: spin 2s linear infinite;
	position: absolute;
	top: 40%;
	left: 50%;
	right: 50%;
}

/* Safari */
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

#loading {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background-color: rgb(0 0 0 / 29%);
	width: 100%;
	height: 100%;
	z-index: 9999;
	backdrop-filter: blur(2px);
}

.unclickable {
	pointer-events: none;
}

.skin-blue .sidebar-menu>li.active>a {
	border-left-color: #e08e0b !important;
	color: #e08e0b !important;
}

.login-button-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.login-with-google-btn {
	text-align: center;
	transition: background-color .3s, box-shadow .3s;

	padding: 10px 16px 10px 42px;
	border: none;
	border-radius: 3px;
	box-shadow: 0 -1px 0 rgba(0, 0, 0, .04), 0 1px 1px rgba(0, 0, 0, .25);

	color: white;
	font-size: 14px;
	font-weight: 500;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;

	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTcuNiA5LjJsLS4xLTEuOEg5djMuNGg0LjhDMTMuNiAxMiAxMyAxMyAxMiAxMy42djIuMmgzYTguOCA4LjggMCAwIDAgMi42LTYuNnoiIGZpbGw9IiM0Mjg1RjQiIGZpbGwtcnVsZT0ibm9uemVybyIvPjxwYXRoIGQ9Ik05IDE4YzIuNCAwIDQuNS0uOCA2LTIuMmwtMy0yLjJhNS40IDUuNCAwIDAgMS04LTIuOUgxVjEzYTkgOSAwIDAgMCA4IDV6IiBmaWxsPSIjMzRBODUzIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNNCAxMC43YTUuNCA1LjQgMCAwIDEgMC0zLjRWNUgxYTkgOSAwIDAgMCAwIDhsMy0yLjN6IiBmaWxsPSIjRkJCQzA1IiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNOSAzLjZjMS4zIDAgMi41LjQgMy40IDEuM0wxNSAyLjNBOSA5IDAgMCAwIDEgNWwzIDIuNGE1LjQgNS40IDAgMCAxIDUtMy43eiIgZmlsbD0iI0VBNDMzNSIgZmlsbC1ydWxlPSJub256ZXJvIi8+PHBhdGggZD0iTTAgMGgxOHYxOEgweiIvPjwvZz48L3N2Zz4=);
	background-color: #282828;
	background-repeat: no-repeat;
	background-position: 12px 11px;

	&:hover {
		color: white;
	}
}
