body {
	padding-right: 0 !important;
}

/** */

@media (max-width: 767px) {
	.container-fluid {
		padding: 0px 5px 5px 5px !important;
		max-width: 100% !important;
		overflow-x: hidden !important;
	}

	.container-fluid .page-titles {
		margin: 0 -5px 5px !important;
		padding: 5px 0 !important;
		min-height: 70px !important;
	}

	.container-fluid. .card {
		/*margin-bottom: 5px!important;*/
	}

}

@media (max-width: 540px) {
	button.swal2-confirm, button.swal2-cancel {
		display: block !important;
		width: 100%;
	}
}

/** Mobile **/

.mobile-view .container-fluid {
	padding: 5px !important;
	max-width: 100% !important;
	overflow-x: hidden !important;
}

.mobile-view .modal-dialog {
	margin: -5px !important;
}

.mobile-view .modal-content {
	border-radius: 0px !important;
}

.chat-list li .chat-content {
	overflow-y: auto !important;
}

@media (max-width: 767px) {
	.chat-list li .chat-content {
		width: calc(100% - 134px);
	}

	.card {
		margin-bottom: 5px !important;
	}

	.card .card-body, .card .card-footer, .card .card-header {
		padding: 10px;
	}
}

/** CKEditor */
.ck-editor__editable {
	min-height: 250px;
}

.ck.ck-balloon-panel {
	z-index: 1060 !important;
}

/** Misc **/
.text-small, .text-small p {
	font-size: 80% !important;
	font-weight: 400 !important;
}
.text-14, .text-14 p {
	font-size: 14px !important;
}
.pointer {
	cursor: pointer !important;
}

.pointer-move {
	cursor: move !important;
}

.no-pointer {
	cursor: default !important;
}

.cursor-not-allowed {
	cursor: not-allowed;
}

.radius-none {
	border-radius: 0px !important;
}

.text-bold {
	font-weight: bold !important;
}

.text-bold-500 {
	font-weight: 500 !important;
}

.text-bold-600 {
	font-weight: 600 !important;
}

.text-normal {
	font-weight: 400 !important;
}

.text-italic {
	font-style: italic !important;
}

.text-alpha-10 {
	opacity: 0.1 !important;
}

.text-alpha-20 {
	opacity: 0.2 !important;
}

.text-alpha-30 {
	opacity: 0.3 !important;
}

.text-alpha-40 {
	opacity: 0.4 !important;
}

.text-alpha-50 {
	opacity: 0.5 !important;
}

.text-alpha-60 {
	opacity: 0.6 !important;
}

.text-alpha-65 {
	opacity: 0.65 !important;
}

.text-alpha-70 {
	opacity: 0.7 !important;
}

.hidden {
	display: none !important;
}

.inline-block {
	display: inline-block !important;
}

.hr-line {
	margin: 15px 0;
	border-bottom: 1px solid #DDE3E6;
}

.hr-line-dashed {
	margin: 15px 0;
	border-bottom: 1px dashed #DDE3E6;
}

.hr-line-dotted {
	margin: 15px 0;
	border-bottom: 1px dotted #DDE3E6;
}

.hr-line-lg {
	border-bottom-width: 2px !important;
}

.hr-line-xl {
	border-bottom-width: 3px !important;
}

.btn-disabled {
	opacity: 0.4 !important;
	cursor: not-allowed;
	border-color: #6C757D !important;
}

.btn-secondary {
	border-color: #6C757D !important;
}

.btn-cursor-default {
	cursor: default !important;
}

.table-md th,
.table-md td {
	padding: 0.4rem 0.35rem;
}

.table tr.strikeout-danger td {
	position: relative;
}

.table tr.strikeout-danger td.strikeout:before {
	content: " ";
	position: absolute;
	top: 50%;
	left: 0;
	border-bottom: 1px solid #FC4B6C;
	width: 100%;
}

.table td.btn-rounded-padding {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

.table td.btn-circle-padding, .table th.btn-circle-padding {
	padding-top: 4px !important;
	padding-bottom: 4px !important;
}

.bg-gray {
	background-color: #EEF5F9 !important;
}

.bg-gray-light {
	background-color: #FBFBFB !important;
}

.bg-success-light {
	background-color: rgba(38, 198, 218, 0.1);
}

.bg-info-light {
	background-color: rgba(30, 136, 229, 0.1);
}

.bg-warning-light {
	background-color: rgba(255, 178, 43, 0.1);
}

.m-t-80 {
	margin-top: 80px !important;
}

.m-t-120 {
	margin-top: 120px !important;
}

.m-t-160 {
	margin-top: 160px !important;
}

.width-100 {
	width: 100% !important;
}

.width-20px {
	width: 20px !important;
}

.width-22px {
	width: 22px !important;
	display: inline-block !important;
}

.width-30px {
	width: 30px !important;
	display: inline-block !important;
}

.width-40px {
	width: 40px !important;
}

.width-60px {
	width: 60px !important;
}

.width-80px {
	width: 80px !important;
}

.width-100px {
	width: 100px !important;
}

.width-120px {
	width: 120px !important;
}

.width-140px {
	width: 140px !important;
}

.width-160px {
	width: 160px !important;
}

.width-180px {
	width: 180px !important;
}

.width-200px {
	width: 200px !important;
}

.width-220px {
	width: 220px !important;
}

.width-240px {
	width: 240px !important;
}

.width-260px {
	width: 260px !important;
}

.width-300px {
	width: 300px !important;
}

.border-danger {
	border-color: #ED5565 !important;
}

.border-green {
	border-color: #28A745 !important;
}

.border-pink {
	border-color: #FF69B4 !important;
}

.border-black {
	border-color: #000 !important;
}

.border-yellow {
	border-color: #FFD700 !important;
}

.border-info {
	border-color: #1E88E5 !important;
}


.table-img {
	width: 45px !important;
	height: 45px !important;
	margin: 0 !important;
	background: url(../upload/product/product_no_img.png) no-repeat center center;
	background-size: contain !important;
}

.table-md .table-img {
	width: 34px !important;
	height: 34px !important;
}

.rel-feed-list li {
	height: auto !important;
	min-height: 69px !important;
}

.opacity-1 {
	opacity: 1 !important;
}

.opacity-30 {
	opacity: 0.3 !important;
}

.opacity-60 {
	opacity: 0.6 !important;
}

.opacity-70 {
	opacity: 0.7 !important;
}

.opacity-80 {
	opacity: 0.8 !important;
}

.opacity-100 {
	opacity: 1 !important;
}

.z-index-9 {
	z-index: 9 !important;
}

.z-index-99 {
	z-index: 99 !important;
}

.z-index-999 {
	z-index: 999 !important;
}

/*Hide under 1400*/
@media screen and (max-width: 1399px) {
	.hidden-1400 {
		display: none !important;
	}
}

@media screen and (max-width: 1400px) {
	.hidden-1400-down {
		display: none !important;
	}
}

/** Forms*/

.has-error label,
.has-error .col-form-label,
.has-error .custom-control,
.has-error .form-check-label,
.has-error .form-control-feedback,
.has-error .form-control-label {
	color: #FC4B6C; }

.has-error .form-control-danger {
	background-image: url(../../assets/images/icon/danger.svg); }

.has-error .form-control, .has-error .form-control:focus, .has-error.form-control, .has-error.form-control:focus {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FC4B6C), to(#FC4B6C)), -webkit-gradient(linear, left top, left bottom, from(#FC4B6C), to(#FC4B6C));
}

.has-info label,
.has-info .col-form-label,
.has-info .custom-control,
.has-info .form-check-label,
.has-info .form-control-feedback,
.has-info .form-control-label {
	color: #1E88E5;
}

.has-info .form-control-danger {
	background-image: url(../../assets/images/icon/info.svg); }

.has-info .form-control, .has-info .form-control:focus, .has-info.form-control, .has-info.form-control:focus {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#1E88E5), to(#1E88E5)), -webkit-gradient(linear, left top, left bottom, from(#1E88E5), to(#1E88E5));
}

.form-material select {
	padding-left: 0px;
}

.form-control-table .dropdown-toggle {
	height: 48px;
}

.form-control-table .dropdown-toggle .filter-option-inner-inner {
	margin-top: 0px;
	padding-left: 0.75em;
	font-weight: normal !important;
}

.form-control-table {
	border-color: transparent !important;
	width: 100% !important;
	background: none;
	font-size: 15px !important;
	border-radius: 0px !important;
	margin: 0px;
	height: 48px !important;
	line-height: 34px !important;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	cursor: pointer;
}

.form-control-table:not(.default-placeholder)::-webkit-input-placeholder {
	font-style: italic !important;
	font-size: 13px;
	opacity: 0.5 !important;
}

.form-control-table:not(.default-placeholder)::-moz-placeholder {
	font-style: italic !important;
	font-size: 13px;
	opacity: 0.5 !important;
}

.form-control-table:not(.default-placeholder):-ms-input-placeholder {
	font-style: italic !important;
	font-size: 13px;
	opacity: 0.5 !important;
}

.form-control-table:not(.default-placeholder)::-ms-input-placeholder {
	font-style: italic !important;
	font-size: 13px;
	opacity: 0.5 !important;
}

.form-control-table:not(.default-placeholder)::placeholder {
	font-style: italic !important;
	font-size: 13px;
	opacity: 0.6 !important;
}

.form-control-table:not(.form-control-table .dropdown-toggle) {
	padding-left: 7px !important;
}

.form-control-table:read-only:not(.bg-gray-light, .bg-light-green) {
	background: none !important;
}

select.form-control-table {
	padding-left: 4px !important;
	margin: 0px;
	height: 48px !important;
}

input[type="number"].form-control-table {
	padding-right: 4px !important;
}

.form-control-table:focus {
	border-bottom-color: #1E88E5 !important;
	cursor: text;
}

.form-control-table.has-error, .has-error .form-control-table {
	border-bottom-color: #FC4B6C !important;
	background-color: rgba(252, 75, 108, 0.1) !important;
	background-image: none !important;
}


.table-md .form-control-table, .table-md select.form-control-table {
	height: 40px !important;
}

.table-md .form-control-table:not( .bootstrap-select), .table-md select.form-control-table {
	padding: .375rem .375rem;
}

.table-md .form-control-table .dropdown-toggle {
	height: 40px !important;
	padding-top: 3px !important;
	padding-left: 3px !important;
}

.form-control-table.form-control-table-small {
	height: 38px !important;
	font-size: 13px !important;
}

.form-control-inline {
	height: 24px !important;
	padding-top: 1px !important;
	padding-left: 1px !important;
	margin-bottom: 10px !important;
	width: 100%;
}

.form-control-inline:focus {
	background-image: linear-gradient(#009EFB, #009EFB), linear-gradient(#D9D9D9, #D9D9D9);
	border: 0 none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	float: none;
}

.table-hover > tbody > tr.no-hover:hover {
	background-color: #FFF;
}

.form-group.bottom-info {
	margin-bottom: 0px;
}

.form-group .form-group-info {
	height: 25px;
	font-size: 11px;
}

.input-group-text.custom-text {
	border: none;
	background: none;
	color: #67757C;
}

.input-group-text.custom-icon {
	border: none;
	background: none;
	font-size: 20px;
	width: 36px;
	padding-left: 0px;
	color: #67757C;
}

.input-group-lg .input-group-text.custom-icon {
	width: 40px;
}


.placeholder-light::-webkit-input-placeholder {
	opacity: 0.6 !important;
}

.placeholder-light::-moz-placeholder {
	opacity: 0.7 !important;
}

.placeholder-light:-ms-input-placeholder {
	opacity: 0.7 !important;
}

/** Bootrap select **/

.bootstrap-select .btn.dropdown-toggle, .has-error .bootstrap-select .btn.dropdown-toggle {
	background: none !important;
	padding-left: 0px !important;
	outline: 0 !important;
	border: none !important;
}

.bootstrap-select .btn.dropdown-toggle {
	font-size: 16px;
	color: #67757C !important;
}

.bootstrap-select .btn.dropdown-toggle:focus {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	background: #F8F9FA !important;
}

/*
.bootstrap-select .btn.dropdown-toggle:focus, .has-error .bootstrap-select .btn.dropdown-toggle:focus {
	border: none !important;
	outline: 0 !important;
}
*/
.bootstrap-select li.dropdown-divider {
	border-top: 1px solid #F7F7F7 !important;
}

.bootstrap-select .dropdown-menu.inner li.selected {
	background: #1E88E5;
	color: #FFF !important;
}

.bootstrap-select .dropdown-menu.inner li.selected span,
.bootstrap-select .dropdown-menu.inner li.selected span small,
.bootstrap-select .dropdown-menu.inner li.selected span small.text-muted,
.bootstrap-select .dropdown-menu.inner li.selected.active span,
.bootstrap-select .dropdown-menu.inner li.selected.active span small,
.bootstrap-select .dropdown-menu.inner li.selected.active span small.text-muted,
.bootstrap-select .dropdown-menu.inner li.active span,
.bootstrap-select .dropdown-menu.inner li.active span small,
.bootstrap-select .dropdown-menu.inner li.active span small.text-muted {
	color: #FFF !important;
	margin-top: 0 !important;
}

.bootstrap-select .dropdown-menu.inner li:hover.selected span,
.bootstrap-select .dropdown-menu.inner li:hover.selected span small,
.bootstrap-select .dropdown-menu.inner li:hover.selected span small.text-muted,
.bootstrap-select .dropdown-menu.inner li:hover.active span,
.bootstrap-select .dropdown-menu.inner li:hover.active span small,
.bootstrap-select .dropdown-menu.inner li:hover.active span small.text-muted {
	color: #1E88E5 !important;
	margin-top: 0 !important;
}

.bootstrap-select .dropdown-menu.inner li.active {
	background-color: #F9F9F9 !important;
}

.bootstrap-select .dropdown-menu.inner li.active span,
.bootstrap-select .dropdown-menu.inner li.active span small,
.bootstrap-select .dropdown-menu.inner li.active span small.text-muted {
	color: #FFF !important;
	margin-top: 0 !important;
}

/** Material datepicker**/
.dtp .btn.dtp-btn-clear {
	margin-right: 10px;
}

/** Datepicker **/
.form-control.datepicker[readonly] {
	opacity: 1 !important;
	color: #2F2F2F !important;
}

.form-control.date[readonly] {
	opacity: 1 !important;
	color: #67757C !important;
}

/** Document diff **/
.document-diff-wrapper .document-diff del {
	background-color: #F9E7EB !important;
}

.document-diff-wrapper .document-diff ins {
	background-color: #E8FDEB !important;
}

/** Navigation */
.nav-item .app-search input {
	padding-top: 34px;
	padding-bottom: 34px;
}

/** Swal **/
.swal2-textarea {
	resize: none !important;
}

/** Modal **/
.modal-dialog.dialog-cover-screen {
	width: 100vw;
	max-width: 100vw;
	height: 100vh;
	margin: 0px !important;
}

.modal-dialog.dialog-cover-screen .modal-content {
	min-height: 100vh;
	border-radius: 0px !important;
	border: none !important;
}

.modal-dialog.dialog-fullscreen {
	width: auto;
	max-width: 100vw;
	margin: 20px;
}

.modal-dialog.dialog-fullscreen .modal-content {
	min-height: calc(100vh - 40px);
}

.modal-dialog.dialog-fullscreen .modal-content .vtabs.customvtab {
	width: 100%;
	display: block;
}

.modal-dialog.dialog-fullscreen .modal-content .vtabs.customvtab .nav.nav-tabs.tabs-vertical {
	width: 200px;
	display: inline-block;
}

.modal-dialog.dialog-fullscreen .modal-content .vtabs.customvtab .tab-content {
	padding-top: 0px !important;
	width: calc(100% - 205px);
	display: inline-block;
	min-height: 620px;
}

@media (max-width: 1199px) {
	.modal-dialog.dialog-fullscreen .modal-content .vtabs.customvtab .nav.nav-tabs.tabs-vertical {
		display: none !important;
	}

	.modal-dialog.dialog-fullscreen .modal-content .vtabs.customvtab .tab-content {
		width: 100%;
	}

	.modal-dialog.dialog-fullscreen .modal-content .vtabs.customvtab .dropdown-menu .nav-link.dropdown-item {
		background-color: transparent;
		color: initial;
	}
}

.modal-content.rounded-lg .modal-header {
	border-top-right-radius: .5rem !important;
	border-top-left-radius: .5rem !important;
}

.modal-header, .modal-body, .modal-footer {
	padding: 25px !important;
}

.modal-header .modal-subtitle {
	display: block;
	font-size: 16px;
}

/** Timeline **/
.timeline-danger {
	background-color: #FC4B6C !important;
	color: #FFF !important;
}

.timeline-danger:before, .timeline-danger:after {
	border-left-color: #FC4B6C !important;
	border-right-color: #FC4B6C !important;
}

.timeline-success {
	background-color: #26C6DA !important;
	color: #FFF !important;
}

.timeline-success:before, .timeline-success:after {
	border-left-color: #26C6DA !important;
	border-right-color: #26C6DA !important;
}

.timeline-info {
	background-color: #1E88E5 !important;
	color: #FFF !important;
}

.timeline-info:before, .timeline-info:after {
	border-left-color: #1E88E5 !important;
	border-right-color: #1E88E5 !important;
}

.timeline-warning {
	background-color: #FFB22B !important;
	color: #FFF !important;
}

.timeline-warning:before, .timeline-warning:after {
	border-left-color: #FFB22B !important;
	border-right-color: #FFB22B !important;
}

/** Calendar**/
.fc-listDay-view .fc-list-item, .fc-listWeek-view .fc-list-item {
	cursor: pointer;
}

.fc-event.schedule-event {
	opacity: 0.5;
	background: #D2D2D2;
	color: #CCC;
}

.fc-event.schedule-event .fc-content {
	color: #000;
}

.fc-nonbusiness {
	background: #DDD;
}

.schedule-event.fc-list-item .fc-event-dot {
	opacity: 0.5;
	background: #D2D2D2;
}

#calender_box_expand, #calendar_box_timeline_scheduler {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 9999;
	overflow: auto;
	background-color: #FFF;
}

#calender_box_expand .fc-toolbar.fc-header-toolbar button:focus, #calendar_box_timeline_scheduler .fc-toolbar.fc-header-toolbar button:focus {
	outline: 0 !important;
}

#calendar_box_timeline_scheduler {
	z-index: 999;
}

/** Clockpicker**/
.clockpicker.form-control {
	opacity: 1 !important;
}

.clockpicker-popover {
	z-index: 99999999999 !important;
}

/** DataTable**/

.dataTable thead tr th.sorting, .dataTable thead tr th.sorting_asc, .dataTable thead tr th.sorting_desc {
	cursor: pointer !important;
}

.paging_simple_numbers .pagination .paginate_button a {
	border-radius: 0px !important;
}

.paging_simple_numbers .pagination .paginate_button.previous,
.paging_simple_numbers .pagination .paginate_button.previous a {
	border-top-left-radius: 4px !important;
	border-bottom-left-radius: 4px !important;
}

.paging_simple_numbers .pagination .paginate_button.next,
.paging_simple_numbers .pagination .paginate_button.next a {
	border-top-right-radius: 4px !important;
	border-bottom-right-radius: 4px !important;
}

.paging_simple_numbers .pagination .paginate_button.previous.disabled,
.paging_simple_numbers .pagination .paginate_button.next.disabled {
	opacity: 0.7 !important;
}

.dataTables_info .compress_button {
	background: #FFF;
	padding: 5px 10px;
	border-radius: 4px;
	border: 1px solid rgb(221, 221, 221);
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #263238;
}

.dataTables_info .compress_button:hover {
	background: #1E88E5;
	color: #FFF;
}

/* Summernote **/
.has-error .note-editor {
	border-color: #FC4B6C !important;
}

.note-editor.card {
	box-shadow: none;
	border-radius: 0px;
}

.note-editor.card .note-toolbar.card-header {
	background-color: #F9F9F9; /* Janne har talat */
	z-index: 49 !important;
}

.note-editor .note-statusbar {
	display: none;
}

.note-editor .btn-default {
	color: #444;
	background-color: #FFF;
	border-color: transparent;
}

.note-editor .btn-default:focus,
.note-editor .btn-default.focus {
	color: #444;
	background-color: #E6E6E6;
	border-color: rgba(0, 0, 0, 0);
}

.note-editor .btn-default:hover {
	color: #444;
	background-color: #E6E6E6;
	border-color: rgba(0, 0, 0, 0);
}

.note-editor .btn-default:active,
.note-editor .btn-default.active,
.note-editor .open > .dropdown-toggle.btn-default {
	color: #444;
	background-color: #E6E6E6;
	border-color: rgba(0, 0, 0, 0);
}

.note-editor .btn-default:active:hover,
.note-editor .btn-default.active:hover,
.note-editor .open > .dropdown-toggle.btn-default:hover,
.note-editor .btn-default:active:focus,
.note-editor .btn-default.active:focus,
.note-editor .open > .dropdown-toggle.btn-default:focus,
.note-editor .btn-default:active.focus,
.note-editor .btn-default.active.focus,
.note-editor .open > .dropdown-toggle.btn-default.focus {
	color: #444;
	background-color: #D4D4D4;
	border-color: rgba(0, 0, 0, 0);
}

.note-editor .btn-default:active,
.note-editor .btn-default.active,
.open > .note-editor .dropdown-toggle.btn-default {
	background-image: none;
}

.note-editor .btn-default.disabled:hover,
.note-editor .btn-default[disabled]:hover,
.note-editor fieldset[disabled] .btn-default:hover,
.note-editor .btn-default.disabled:focus,
.note-editor .btn-default[disabled]:focus,
.note-editor fieldset[disabled] .btn-default:focus,
.note-editor .btn-default.disabled.focus,
.note-editor .btn-default[disabled].focus,
.note-editor fieldset[disabled] .btn-default.focus {
	background-color: #FFF;
	border-color: transparent;
}

.note-editor .btn-default .badge {
	color: #FFF;
	background-color: #444;
}

.note-editor .note-btn-group .summernote-list li a {
	padding: 4px 8px !important;
	display: block;
	margin: 1px 4px;
	border-radius: 4px;
}

.note-editor .note-btn-group .summernote-list li {
	width: 240px !important;
}

.note-editor .note-btn-group .summernote-list li a:hover {
	background-color: #E5E5E6;
}

.form-check.sn-checkbox-open-in-new-window .form-check-label {
	cursor: pointer !important;
}

.form-check.sn-checkbox-open-in-new-window .form-check-label input {
	position: relative !important;
	left: initial !important;
	opacity: 1 !important;
}

/** select2**/

.form-group.has-error .select2-container--default .select2-selection--single {
	border-bottom-color: #FC4B6C;
	height: 38px;
}

.table-select2 .select2-selection--single {
	height: 48px !important;
	border-bottom: 1px solid #FFF;
	padding: 6px 10px;
}

.table-select2 .select2-search.select2-search--dropdown {
	border-top: 1px solid #DEE2E6 !important;
}

.select2-container .select2-selection {
	border-top-color: #FFF !important;
	border-right-color: #FFF !important;
	border-left-color: #FFF !important;
	border-radius: 0px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 0px !important;
}

.select2-selection__rendered {
	color: #67757C !important;
	font-weight: 400 !important;
}

.select2-container .select2-search--dropdown .select2-search__field {
	border-top: none !important;
	border-right: none !important;
	border-left: none !important;
	border-bottom-width: 2px;
	border-radius: 0px !important;
	line-height: 30px;
}

.select2-container .select2-search--dropdown .select2-search__field:focus {
	border-bottom-color: #1E88E5 !important;
}

.select2-container .select2-results .select2-results__option--highlighted small.text-muted {
	color: #FFF !important;
}

.select2-results__option .customer-select-row-0:after {
	display: none !important;
}

.select2-results__option [class^="customer-select-row-"] {
	position: relative;
}

.select2-results__option [class^="customer-select-row-"]:after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 24px;
	height: 24px;
	border-radius: 24px;
	color: #FFF;
	font-weight: 500;
	line-height: 25px;
	text-align: center;
}

.select2-results__option .customer-select-row-1:after {
	content: 'T';
	background-color: #FFB22B;
}

.select2-results__option .customer-select-row-2:after {
	content: 'P';
	background-color: #7460EE;
}

/** Retailer **/

table.retailer-nav-shop-cart td {
	padding: 6px 10px;
	font-size: 14px;
	vertical-align: middle;
}

table.retailer-nav-shop-cart td span.shop-cart-small {
	display: block;
	font-size: 13px;
	font-style: italic;
	font-weight: lighter;
}

/** toastr **/

#toast-container > :hover {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	opacity: 0.9 !important;
	-ms-filter: alpha(Opacity=90) !important;
	filter: alpha(opacity=90) !important;
	cursor: default !important;
}

/** search */
.global-search-list {
	position: fixed;
	/*background: #f7f7f7;
	*/
	width: 100%;
	left: 1px;
	top: 71px;
	box-sizing: border-box;
	-webkit-box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.3);
	box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.3);

	/* Enable search result scrolling */
	overflow-x: hidden;
	overflow-y: auto;
	overscroll-behavior: contain;
	max-height: calc(100vh - 71px);
}

.global-search-list a:focus {
	font-weight: 500;
	color: #1E88E5;
}

/* For disabling scrolling of main content when a scrollable modal element is shown */
.disable-y-scroll {
	overflow-y: hidden;
}

/** Lockscreen **/
#system_lock {
	display: none;
	position: fixed;
	z-index: 999999999;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: #F3F3F4;
}

/** Video **/
.responsive-video {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
}

.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.vertical-timeline-content-text .responsive-video {
	position: relative !important;
	padding-bottom: 0 !important;
	overflow: auto !important;
}

.vertical-timeline-content-text .responsive-video iframe,
.vertical-timeline-content-text .responsive-video object,
.vertical-timeline-content-text .responsive-video embed {
	position: relative !important;
	width: 375px !important;
	height: 211px !important;
}

/** Dropzone **/
.dropzone {
	min-height: 220px !important;
	border: 2px dashed #CCC;
}

.dropzone.dz-drag-hover {
	border: 2px dashed #3389E1;
}

.dropzone .dz-default.dz-message {
	background: none;
}

.dz-error-mark svg {
	background: rgba(237, 85, 101, 0.8);
	border-radius: 100%;
}

.dz-success-mark svg {
	background: rgba(0, 153, 51, 0.8);
	border-radius: 100%;
}

/**  Inline spinner**/
.inline-spinner {
	background-color: rgba(255, 255, 255, 0.5) !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	position: absolute !important;
	top: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	right: 0 !important;
	z-index: 999999 !important;
}

.inline-spinner-container {
	margin-top: 10px;
}


div.dataTables_wrapper div.dataTables_processing {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 140px;
	margin-left: -100px;
	margin-top: -26px;
	text-align: center;
	padding: 1em 0;
	z-index: 2;
}

/*

div.dataTables_wrapper div.dataTables_processing, div.dataTables_wrapper div.dataTables_processing.card {
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
	text-align: center !important;

	background: rgba(255, 255, 255, 0.9);
	border: none;
	background-clip: unset;
	flex-direction: unset;
	margin: unset;
	padding: unset;
	box-shadow: unset;
	z-index: 2;
}
*/


/** DataTables **/

.dataTables_wrapper > .dt-buttons > .btn-secondary {
	border-color: #CCC !important;
	color: #67757C !important;
	-webkit-box-shadow: unset !important;
	box-shadow: unset !important;
	-webkit-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
	color: #67757C;
}

.dataTables_wrapper > .dt-buttons > .btn-secondary:hover {
	border-color: #CCC !important;
	color: #FFF !important;
	background-color: #2388E5;
}

.dataTables_wrapper > .table-hover tbody tr:hover {
	background: #CFECFE;
}

/** Page spinner **/
.page-spinner {
	display: none;
	background-color: rgba(248, 250, 251, 0.9);
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0;
	z-index: 999999999;
}

.page-spinner-text {
	position: fixed;
	top: calc(50vh - 200px);
	width: 100vw;
	text-align: center;
	font-size: 22px;
	color: #1E88E5;
}

.page-spinner-text span {
	color: #ED5565;
	font-size: 14px;
	font-weight: bold;
}

#fountainG {
	position: fixed;
	top: calc(50vh - 14px);
	left: calc(50vw - 117px);
	z-index: 999999999;
	width: 234px;
	height: 28px;
}

.fountainG {
	position: absolute;
	top: 0;
	background-color: rgb(38, 198, 218);
	width: 28px;
	height: 28px;
	animation-name: bounce_fountainG;
	-o-animation-name: bounce_fountainG;
	-ms-animation-name: bounce_fountainG;
	-webkit-animation-name: bounce_fountainG;
	-moz-animation-name: bounce_fountainG;
	animation-duration: 0.645s;
	-o-animation-duration: 0.645s;
	-ms-animation-duration: 0.645s;
	-webkit-animation-duration: 0.645s;
	-moz-animation-duration: 0.645s;
	animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-direction: normal;
	-o-animation-direction: normal;
	-ms-animation-direction: normal;
	-webkit-animation-direction: normal;
	-moz-animation-direction: normal;
	transform: scale(.3);
	-o-transform: scale(.3);
	-ms-transform: scale(.3);
	-webkit-transform: scale(.3);
	-moz-transform: scale(.3);
	border-radius: 19px;
	-o-border-radius: 19px;
	-ms-border-radius: 19px;
	-webkit-border-radius: 19px;
	-moz-border-radius: 19px;
}

#fountainG_1 {
	left: 0;
	animation-delay: 0.256s;
	-o-animation-delay: 0.256s;
	-ms-animation-delay: 0.256s;
	-webkit-animation-delay: 0.256s;
	-moz-animation-delay: 0.256s;
}

#fountainG_2 {
	left: 29px;
	animation-delay: 0.3225s;
	-o-animation-delay: 0.3225s;
	-ms-animation-delay: 0.3225s;
	-webkit-animation-delay: 0.3225s;
	-moz-animation-delay: 0.3225s;
}

#fountainG_3 {
	left: 58px;
	animation-delay: 0.389s;
	-o-animation-delay: 0.389s;
	-ms-animation-delay: 0.389s;
	-webkit-animation-delay: 0.389s;
	-moz-animation-delay: 0.389s;
}

#fountainG_4 {
	left: 88px;
	animation-delay: 0.4555s;
	-o-animation-delay: 0.4555s;
	-ms-animation-delay: 0.4555s;
	-webkit-animation-delay: 0.4555s;
	-moz-animation-delay: 0.4555s;
}

#fountainG_5 {
	left: 117px;
	animation-delay: 0.522s;
	-o-animation-delay: 0.522s;
	-ms-animation-delay: 0.522s;
	-webkit-animation-delay: 0.522s;
	-moz-animation-delay: 0.522s;
}

#fountainG_6 {
	left: 146px;
	animation-delay: 0.5885s;
	-o-animation-delay: 0.5885s;
	-ms-animation-delay: 0.5885s;
	-webkit-animation-delay: 0.5885s;
	-moz-animation-delay: 0.5885s;
}

#fountainG_7 {
	left: 175px;
	animation-delay: 0.645s;
	-o-animation-delay: 0.645s;
	-ms-animation-delay: 0.645s;
	-webkit-animation-delay: 0.645s;
	-moz-animation-delay: 0.645s;
}

#fountainG_8 {
	left: 205px;
	animation-delay: 0.7115s;
	-o-animation-delay: 0.7115s;
	-ms-animation-delay: 0.7115s;
	-webkit-animation-delay: 0.7115s;
	-moz-animation-delay: 0.7115s;
}

@keyframes bounce_fountainG {
	0% {
		transform: scale(1);
		background-color: rgb(38, 198, 218);
	}

	100% {
		transform: scale(.3);
		background-color: rgb(255, 255, 255);
	}
}

@-o-keyframes bounce_fountainG {
	0% {
		-o-transform: scale(1);
		background-color: rgb(38, 198, 218);
	}

	100% {
		-o-transform: scale(.3);
		background-color: rgb(255, 255, 255);
	}
}

@-ms-keyframes bounce_fountainG {
	0% {
		-ms-transform: scale(1);
		background-color: rgb(38, 198, 218);
	}

	100% {
		-ms-transform: scale(.3);
		background-color: rgb(255, 255, 255);
	}
}

@-webkit-keyframes bounce_fountainG {
	0% {
		-webkit-transform: scale(1);
		background-color: rgb(38, 198, 218);
	}

	100% {
		-webkit-transform: scale(.3);
		background-color: rgb(255, 255, 255);
	}
}

@-moz-keyframes bounce_fountainG {
	0% {
		-moz-transform: scale(1);
		background-color: rgb(38, 198, 218);
	}

	100% {
		-moz-transform: scale(.3);
		background-color: rgb(255, 255, 255);
	}
}

#old_browser_disclaimer {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100000;
	background: #ED5565;
	color: #FFF;
	text-align: center;
	padding: 10px;
}

#old_browser_disclaimer h4 {
	margin-top: 15px;
	color: #FFF;
}

.pull-right { float: right; }

.pull-left { float: left; }

.noselect {
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

/** Card utilities Bootrap **/

.rounded-sm {
	border-radius: .14rem !important;
}

.rounded-lg {
	border-radius: .6rem !important;
}

.rounded-xl {
	border-radius: .8rem !important;
}

.rounded-xxl {
	border-radius: 1rem !important;
}

.rounded-sm > .card-header {
	border-top-left-radius: .14rem !important;
	border-top-right-radius: .14rem !important;
}

.rounded-lg > .card-header {
	border-top-left-radius: .6rem !important;
	border-top-right-radius: .6rem !important;
}

.rounded-xl > .card-header {
	border-top-left-radius: .8rem !important;
	border-top-right-radius: .8rem !important;
}

.rounded-xxl > .card-header {
	border-top-left-radius: 1rem !important;
	border-top-right-radius: 1rem !important;
}


/** Offerdesign */

@media (min-width: 767px) {
	.card-body.offert-design-category-1-padding {
		padding: 80px;
	}

	.offer-design .card-body:not(.offert-design-category-1-padding) {
		padding: 40px;
	}
}

.table-input {
	border-color: #DEE2E6 !important;
	border-radius: 2px !important;
	background: #FFF;
}

/*** Vertical steps */
.wizard,
.tabcontrol {
	display: block;
	width: 100%;
	overflow: hidden;
}

.wizard a,
.tabcontrol a {
	outline: 0;
}

.wizard ul,
.tabcontrol ul {
	list-style: none !important;
	padding: 0;
	margin: 0;
}

.wizard ul > li,
.tabcontrol ul > li {
	display: block;
	padding: 0;
}

/* Accessibility */
.wizard > .steps .current-info,
.tabcontrol > .steps .current-info {
	position: absolute;
	left: -999em;
}

.wizard > .content > .title,
.tabcontrol > .content > .title {
	position: absolute;
	left: -999em;
}


/*
    Wizard
*/

.wizard > .steps {
	position: relative;
	display: block;
	width: 100%;
}

.wizard.vertical > .steps {
	display: inline;
	float: left;
	width: 15%;
}

.wizard > .steps .number {
	font-size: 1.429em;
}

.wizard > .steps > ul > li {
	width: 25%;
}

.wizard > .steps > ul > li,
.wizard > .actions > ul > li {
	float: left;
}

.wizard.vertical > .steps > ul > li {
	float: none;
	width: 100%;
}

.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active {
	display: block;
	width: auto;
	margin: 0 0.5em 0.5em;
	padding: 1em 1em;
	text-decoration: none;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active {
	background: #EEE;
	color: #AAA;
	cursor: default;
}

.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active {
	background: #2962FF;
	color: #FFF;
	cursor: default;
}

.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active {
	background: #9DC8E2;
	color: #FFF;
}

.wizard > .steps .error a,
.wizard > .steps .error a:hover,
.wizard > .steps .error a:active {
	background: #FF3111;
	color: #FFF;
}

.wizard > .content {
	background: #EEE;
	display: block;
	margin: 0.5em;
	overflow: hidden;
	position: relative;
	width: auto;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.wizard.vertical > .content {
	display: inline;
	float: left;
	margin: 0 2.5% 0.5em 2.5%;
	width: 65%;
}

.wizard > .content > .body {
	float: left;

	width: 100%;
	height: 95%;
	padding: 2.5%;
}

.wizard > .content > .body ul {
	list-style: disc !important;
}

.wizard > .content > .body ul > li {
	display: list-item;
}

.wizard > .content > .body > iframe {
	border: 0 none;
	width: 100%;
	height: 100%;
}

.wizard > .content > .body input {
	display: block;

}

.wizard > .content > .body input[type="checkbox"] {
	display: inline-block;
}

.wizard > .content > .body input.error {
	background: rgb(251, 227, 228);
	border: 1px solid #FBC2C4;
	color: #8A1F11;
}

.wizard > .content > .body label {
	display: inline-block;
	margin-bottom: 0.5em;
}

.wizard > .content > .body label.error {
	color: #8A1F11;
	display: inline-block;
	margin-left: 1.5em;
}

.wizard > .actions {
	position: relative;
	display: block;
	text-align: right;
	width: 100%;
}

.wizard.vertical > .actions {
	display: inline;
	float: right;
	margin: 0 2.5%;
	width: 95%;
}

.wizard > .actions > ul {
	display: inline-block;
	text-align: right;
}

.wizard > .actions > ul > li {
	margin: 0 0.5em;
}

.wizard.vertical > .actions > ul > li {
	margin: 0 0 0 1em;
}

.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active {
	background: #2962FF;
	color: #FFF;
	display: block;
	padding: 0.5em 1em;
	text-decoration: none;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.wizard > .actions .disabled a,
.wizard > .actions .disabled a:hover,
.wizard > .actions .disabled a:active {
	background: #EEE;
	color: #AAA;
}

.wizard > .loading {
}

.wizard > .loading .spinner {
}


/*
    Tabcontrol
*/

.tabcontrol > .steps {
	position: relative;
	display: block;
	width: 100%;
}

.tabcontrol > .steps > ul {
	position: relative;
	margin: 6px 0 0 0;
	top: 1px;
	z-index: 1;
}

.tabcontrol > .steps > ul > li {
	float: left;
	margin: 5px 2px 0 0;
	padding: 1px;

	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.tabcontrol > .steps > ul > li:hover {
	background: #EDECEC;
	border: 1px solid #BBB;
	padding: 0;
}

.tabcontrol > .steps > ul > li.current {
	background: #FFF;
	border: 1px solid #BBB;
	border-bottom: 0 none;
	padding: 0 0 1px 0;
	margin-top: 0;
}

.tabcontrol > .steps > ul > li > a {
	color: #5F5F5F;
	display: inline-block;
	border: 0 none;
	margin: 0;
	padding: 10px 30px;
	text-decoration: none;
}

.tabcontrol > .steps > ul > li > a:hover {
	text-decoration: none;
}

.tabcontrol > .steps > ul > li.current > a {
	padding: 15px 30px 10px 30px;
}

.tabcontrol > .content {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 35em;
	overflow: hidden;
	border-top: 1px solid #BBB;
	padding-top: 20px;
}

.tabcontrol > .content > .body {
	float: left;
	position: absolute;
	width: 95%;
	height: 95%;
	padding: 2.5%;
}

.tabcontrol > .content > .body ul {
	list-style: disc !important;
}

.tabcontrol > .content > .body ul > li {
	display: list-item;
}

/** Vertical step ends */

/** Help card */

.help-card-header {
	margin-bottom: 0;
	height: 80px;
	background-color: #193555;
	border-top-left-radius: 0.5rem !important;
	border-top-right-radius: 0.5rem !important;
}

.help-card-icon {
	font-size: 2.5em;
	padding: 20px;
}

.help-card-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 0.2rem;
	border-right: 1px solid #193555;
	border-left: 1px solid #193555;
	border-bottom: 1px solid #193555;
	border-bottom-left-radius: 0.5rem !important;
	border-bottom-right-radius: 0.5rem !important;
	background-color: white;
}

.help-example {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 0.8rem;
	border: 1px dashed rgba(25, 53, 85, 0.35);
	border-radius: 0.5rem !important;
	background-color: #FEFEFF;
	font-size: 0.9rem;
	margin: 1.0rem;
}

.help-scrollbar-content {
	padding: 1.5rem;
}

/** Badge*/
.badge-grey {
	background-color: #808080;
}


/*
 * Header link badges:
 * For positioning and styling the badges next to tab headings et.c.
 * where things like item counts or warning labels can be shown.
 *
 * Note that because these use 'position: absolute', the
 * tab heading itself (usually an <li> or <div> tag) should be
 * positioned (e.g. 'position: relative').
 */

/**
 * Extra styling for badges that use Bootstrap badge styling.
 */
span[data-header-link-badge-key].badge {
	font-size: 1em;
	/* Adjust padding to make the badges a bit smaller, and to
	 make them more circular when only showing one digit */
	padding: 0.25em 0.4em;
	min-width: 1.5em;
	min-height: 1.5em;
}

/**
 * Positioning for regular header badges (i.e. not in a dropdown menu).
 */
li.nav-item > span[data-header-link-badge-key] {
	position: absolute;
	top: -0.5em;
	right: -0.3em;
	z-index: 1; /* To keep the badge from being partially covered by a dropdown menu next to it */
}

/**
 * Positioning (and styling) for badges in dropdown menus.
 */
div.dropdown-menu a[data-header-link-badge-key] > span[data-header-link-badge-key] {
	position: absolute;
	right: 0.3em;
	transform: scale(0.9);
	transform-origin: top;
}

/**
 * Add some space for a badge in the dropdown menu.
 */
div.dropdown-menu > a[data-header-link-badge-key] {
	padding-right: 2.5em;
}

/**
 * Extra styling for badges that do not use Bootstrap badge styling.
 */
span[data-header-link-badge-key]:not(.badge) > * {
	font-size: 1.5em;
}

/**
 * By default, Font Awesome makes stacked icons take up twice as much space.
 * We do not want that here.
 */
span[data-header-link-badge-key]:not(.badge) > .fa-stack {
	height: 1em;
	line-height: 1em;
	width: 1em;
}

/**
 * Prevent spillover of the inverted icon's color.
 */
span[data-header-link-badge-key]:not(.badge) > .fa-stack > i.fa-inverse {
	scale: 0.95;
}

/**
 * For anchoring the position of badges.
 * Use on the enclosing tab heading.
 */
.header-link-badge-container {
	position: relative;
}


/**
 * For elements that should be scrollable, but are also flexbox items.
 * Use this on an element inside the flexbox item, and set scrolling
 * on that inner element.
 */
.flex-scroll-container {
	display: block;
	height: 100%;
	width: 100%;
}

/** Custom collape*/

.custom-collapse {
	border-top: 1px dashed #EAEAEA;
}

.custom-collapse h4 {
	cursor: pointer;
	padding: 10px 10px 10px 0px;
	margin-bottom: 0px !important;
}

.custom-collapse h4[data-toggle="collapse"] {
	font-weight: 300;
	border-bottom: 1px solid #FFF;
}

.custom-collapse h4[data-toggle="collapse"].collapsed:hover {
	background-color: #FAFAFA;
	border-bottom-color: #FAFAFA;
}

.custom-collapse h4[data-toggle="collapse"]:not(.collapsed):hover {
	background-color: #FAFAFA;
}

.custom-collapse.custom-collapse-last h4[data-toggle="collapse"].collapsed {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.custom-collapse h4[data-toggle="collapse"]:not(.collapsed) {
	background-color: rgba(252, 252, 252, 0.80);
	border-bottom: 1px dashed #EAEAEA
}

.custom-collapse h4[data-toggle="collapse"] i {
	width: 20px;
	text-align: center;
}

.custom-collapse h4[data-toggle="collapse"].collapsed .fa-angle-down {
	display: none;
}

.custom-collapse h4[data-toggle="collapse"]:not(.collapsed) .fa-angle-right {
	display: none;
}

.custom-collapse .custom-collapse-content {
	padding: 10px 20px 4px 20px !important;
}

.custom-collapse.custom-collapse-last .custom-collapse-content {
	margin-bottom: 10px;
}



/*
 Get rid of the border that Chrome auto-applies to the PrintJS iframe (causes unwanted scrolling in the cash register)
 */
iframe#printJS {
	border-width: 0;
}
/** Custom collape*/

.custom-collapse {
	border-top: 1px dashed #EAEAEA;
}

.custom-collapse h4 {
	cursor: pointer;
	padding: 10px 10px 10px 0px;
	margin-bottom: 0px !important;
}

.custom-collapse h4[data-toggle="collapse"] {
	font-weight: 300;
	border-bottom: 1px solid #FFF;
}

.custom-collapse h4[data-toggle="collapse"].collapsed:hover {
	background-color: #FAFAFA;
	border-bottom-color: #FAFAFA;
}

.custom-collapse h4[data-toggle="collapse"]:not(.collapsed):hover {
	background-color: #FAFAFA;
}

.custom-collapse.custom-collapse-last h4[data-toggle="collapse"].collapsed {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.custom-collapse h4[data-toggle="collapse"]:not(.collapsed) {
	background-color: rgba(252, 252, 252, 0.80);
	border-bottom: 1px dashed #EAEAEA
}

.custom-collapse h4[data-toggle="collapse"] i {
	width: 20px;
	text-align: center;
}

.custom-collapse h4[data-toggle="collapse"].collapsed .fa-angle-down {
	display: none;
}

.custom-collapse h4[data-toggle="collapse"]:not(.collapsed) .fa-angle-right {
	display: none;
}

.custom-collapse .custom-collapse-content {
	padding: 10px 20px 4px 20px !important;
}

.custom-collapse.custom-collapse-last .custom-collapse-content {
	margin-bottom: 10px;
}