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;
}

.pointer {
	cursor: pointer !important;
}

.no-pointer {
	cursor: default !important;
}

.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-green {
	color: #00897B !important;
}

.text-italic {
	font-style: italic !important;
}

.label-green {
	background-color: #00897B !important;
}

.text-alpha-10 {
	opacity: 0.1 !important;
}

.text-alpha-20 {
	opacity: 0.2 !important;
}

.text-alpha-30 {
	opacity: 0.3 !important;
}

.hidden {
	display: none !important;
}

.hr-line-dashed {
	margin: 15px 0;
	border-bottom: 1px dashed #DDE3E6;
}

.btn-disabled {
	opacity: 0.4 !important;
	cursor: not-allowed;
	border-color: #6C757D !important;
}

.btn-secondary {
	border-color: #6C757D !important;
}

.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 {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FC4B6C), to(#FC4B6C)), -webkit-gradient(linear, left top, left bottom, from(#FC4B6C), to(#FC4B6C));
}

.form-material select {
	padding-left: 0px;
}

.form-control-table .dropdown-toggle {
	height: 48px;
}

.form-control-table .dropdown-toggle .filter-option-inner-inner {
	margin-top: 6px;
	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(.form-control-table .dropdown-toggle) {
	padding-left: 7px !important;
}

.form-control-table:read-only {
	background: none !important;
}

select.form-control-table {
	padding-left: 4px !important;
	margin: 0px;
	height: 48px !important;
}

.form-control-table:focus {
	border-bottom-color: #1E88E5 !important;
	cursor: text;
}

.form-control-table.has-error {
	border-bottom-color: #FC4B6C !important;
	background-color: rgba(252, 75, 108, 0.1);
}

.table-md th,
.table-md td {
	padding: 0.4rem 0.35rem;
}

.bg-gray {
	background-color: #EEF5F9 !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);
}

.width-100 {
	width: 100% !important;
}

.width-20px {
	width: 20px !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-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;
}

.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;
}

.rel-feed-list li {
	height: auto !important;
	min-height: 69px !important;
}

/*Hide under 1400*/
@media screen and (max-width: 1399px) {
	.hidden-1400 {
		display: none !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;
}

/** Swal **/
.swal2-textarea {
	resize: none !important;
}

/** Modal **/
.modal-dialog.dialog-fullscreen {
	width: auto;
	max-width: 100vw;
	margin: 20px;
}

.modal-dialog.dialog-fullscreen .modal-content {
	min-height: calc(100vh - 40px);
}

.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-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: #FC4B6C;
}

.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;
}

/* 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;
}

.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-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);
}

.global-search-list a:focus {
	font-weight: 500;
	color: #1E88E5;
}

/** 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-image: url(../assets/images/spinner-sm.gif);
	background-color: rgba(255, 255, 255, 0.5);
	background-repeat: no-repeat;
	background-position: center 160px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999999;
}

/** 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: #1AB394;
}

.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;
}