@font-face {
	font-family: 'whitespace';
	src: url('Fonts/whitespace.eot');
	src: url('Fonts/whitespace.eot?#iefix') format('embedded-opentype'),
	url('Fonts/whitespace.woff') format('woff'),
	url('Fonts/whitespace.ttf') format('truetype'),
	url('Fonts/whitespace.svg#SeagullSerialLightRegular') format('svg');
}
.apro {
	font-size: 14px;
}
.mini {
	font-size: 10px;
}
.modal-body .div {
	margin: 1rem -1rem;
}
#tabsRoot {
	padding: 0;
}
#tabsRoot > div.card {
	margin-bottom: 0;
	border-radius: 0;
	border: unset;
}
#tabsRoot > div.card > .card-header {
	border-radius: 0;
}
#tabsRoot div.card:last-child {
	margin-bottom: 0;
}
.auto-width {
	max-width: fit-content;
	width: auto;
}
.code {
	display: block;
	max-width: 750px;
	max-height: 500px;
	overflow: scroll;
	background-color: #f2f2f2;
	border: 1px solid #ccc;
	padding: 15px;
	border-radius: 5px;
	color: #000;
}
/* POPOVER */
.popover {max-width: 500px;}
.popover-trigger:focus {
	outline: none;
	opacity: 0.75;
}
.popover-trigger {
	cursor: help;
}
.popover-wrapper {
	display: inline-block;
}
.popover-wrapper .btn[disabled] {
	pointer-events: none;
}
.popover-wrapper.disabled {
	cursor: not-allowed;
}
.popover-trigger.open {
	opacity: 0.5;
}

/* DANGER */

.popover.danger, .popover.red {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebcccc;
}

.popover.danger .popover-body, .popover.red .popover-body {
	color: #a94442;
}

.popover.danger.bs-tether-element-attached-left::after, .danger.popover.popover-right::after,
.popover.red.bs-tether-element-attached-left::after, .red.popover.popover-right::after {
	border-right-color: #f2dede;
}

.popover.danger.bs-popover-auto[x-placement^=right] .arrow::after, .popover.danger.bs-popover-right .arrow::after,
.popover.red.bs-popover-auto[x-placement^=right] .arrow::after, .popover.red.bs-popover-right .arrow::after {
	border-right-color: #f2dede;
}


/* SUCCESS */

.popover.success, .popover.green {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d0e9c6;
}

.popover.success .popover-body, .popover.green .popover-body {
	color: #3c763d;
}

.popover.success.bs-tether-element-attached-left::after, .success.popover.popover-right::after,
.popover.green.bs-tether-element-attached-left::after, .green.popover.popover-right::after {
	border-right-color: #dff0d8;
}

.popover.success.bs-popover-auto[x-placement^=right] .arrow::after, .popover.success.bs-popover-right .arrow::after {
	background-color: #dff0d8;
}

/* INFO */

.popover.info, .popover.blue {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bcdff1;
}

.popover.info.bs-tether-element-attached-left::after, .success.info.popover-right::after,
.popover.blue.bs-tether-element-attached-left::after, .blue.popover.popover-right::after {
	border-right-color: #d9edf7;
}


/* WARNING */

.popover.warning, .popover.yellow {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faf2cc;
}

.popover.warning.bs-tether-element-attached-left::after, .success.warning.popover-right::after,
.popover.yellow.bs-tether-element-attached-left::after, .yellow.popover.popover-right::after {
	border-right-color: #fcf8e3;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

tr.inactive, tr.inactive > td {
	background-color: #f9f9f9;
	opacity: 0.8;
}

.bg-light-gray {
	background-color: rgba(0,0,0,.03);
}

.alert-container {
	position: fixed;
	bottom: 0;
	left: 0;
	margin: 15px;
	margin-bottom: 0;
	max-width: 350px;
	width: fit-content;
	z-index: 1055;
}

.alert-container .alert-dismissible {
	padding-right: 50px;
}

.feedback-alert {
	display: block;
	width: 100%;
	margin-top: 8px;
}

.form-control-static-sm {
	padding: 0;
}

.form-control-static .alert {
	margin-bottom: 0;
}

.bold { font-weight:bold; }
.hide, .form-group.hide, .hide.inline-block {display:none; margin: 0}

.hidden {display: none;}
.show {display:block;}
.form-group .form-check.checkbox {padding-bottom: 4px; padding-top: 5px; }
.form-check:last-child {margin-bottom:0}

.form-group.static {
	margin-bottom: 0;
}


.form-check-input:only-child {
	position: absolute;
}

.form-check-inline .form-check-input:only-child {
	position: static;
}

.form-check-input[type="checkbox"]:only-child {
	position: static;
}

.list-icons i + i {
	padding-left: 5px;
}

.align-top {
	align-items: flex-start;
}

.no-margin-right {margin-right: 0 !important;}



.btn-group >.btn {
	//min-width: 150px;
}

.custom-select {display: block;}

.no-margin { margin: 0 !important;}
.no-margin-bottom {margin-bottom:0;}
.no-margin-top {margin-top:0;}

table.no-format td {border: none; padding: 5px 10px; }

table.no-format .form-group, table.no-format label {margin-bottom: 0}

table.no-format tbody tr:hover {background-color: transparent}

table.text-center td, table.text-center th {text-align: center}

table.middle td { vertical-align: middle}

.table-sticky-head {
	background-color: white;
}

.flex-middle, .form-inline .flex-middle {display: flex; align-items: center}

.flex-middle .form-check-label {
	display: inline;
}

.flex-middle .form-check-input {
	position: static;
}

.flex-middle .form-check { /*text-align: center; */width: 100%;}



/*
.table-striped .table-danger:nth-of-type(odd):not(:hover),
.table-striped .table-danger:nth-of-type(odd):not(:hover) > td,
.table-striped .table-danger:nth-of-type(odd):not(:hover) > th {
	background-color: #f8eded;
}*/



.form-group .form-control-static {
	margin-bottom: 0;
}

.margin-bottom {margin-bottom: 20px;}

.margin-side {margin: 0 15px}

.icon-left i {
	margin-right: 10px;
}

.icon-right i {
	margin-left: 10px;
}

.input-group {border-spacing: 0;}
tr.trOpen { background-color: #fff !important; }
.table-striped tbody tr:nth-of-type(odd) {background-color: unset;}
.table-striped > tbody > tr:nth-of-type(odd) { background-color: rgba(0,0,0,.05); }

.table-auto {
	width: auto !important;
	margin: 0 auto !important;
}
.dobozopen {
	cursor: pointer;
}
.keret {
	border: 1px solid #DD0000;
}
.csoport-selected {
        color: #5cb85c;
        font-weight: bold;
}
.csoport-disabled {
	color: #999;
        background-color: #f2f2f2;
}
.csoport-delete {
	color: #fff;
        color: #d9534f;
        font-weight: bold;
}

div[id*="egyedik"] td {vertical-align: middle;}

.inStorageCostPrice {}

.costPrice {color: #d9534f;}

.noCostPrice {color: #d9534f;}

.hints {display: inline-block; font-weight: bold; padding: 15px 0; padding-top: 0}

.table-pager .table {
	margin-bottom: 0;
}

.table-text-center tr td, .table-text-center tr th {
	text-align: center;
}

.pager-select {margin: 2px 0;}

.pagination-container {height: 42px;}

.bootstrap-datetimepicker-widget.dropdown-menu  table {
    border: none;
}

.bootstrap-datetimepicker-widget.dropdown-menu  table tr td,
.bootstrap-datetimepicker-widget.dropdown-menu  table tr th {
    border: none;
    padding: 5px;
}

.bootstrap-datetimepicker-widget.dropdown-menu  table tr:hover {
    background-color: unset;
}

i.inactive {color: #d9534f; font-size: 20px;}
i.active {color: #5cb85c; font-size: 20px;}

.warning {color: #d9534f; }

.success {color: #3c763d;}

.kivul {display:none;}

div[id*="egyedik"] {margin-left: -21px; margin-right: -21px;}
.indented {padding-left: 37px;}

.previewText strong {text-transform: uppercase; color: #0099ff;}

.alert-link:after {
	font-family: 'FontAwesome';
	content: ' \f101';
}

table td > .alert {margin-bottom: 0;}

td.tdRowOpen {vertical-align: middle; width: 1%; text-align: center !important;}
td.tdRowOpen a {text-align:  center}

.form-check-input { margin-top: .35rem; cursor: pointer}

.form-group .modal-footer {margin-bottom: -30px; width: 100%;}

.modal-fit-content {width: fit-content; max-width: none;}

.custom-file {width: 100%;}

.verticalAligned td { vertical-align: middle; }


table.middle > tbody > tr > td, table.middle > thead > tr > th {
	vertical-align: middle;
	text-align: center;
}

table.auto-width {
	width: auto;
}

.articleTable th:nth-child(4) {text-align: center;}

.inactiveRow td {background-color: #f2dede; color: #a94442; border-color: #ebcccc;}

.noValidData {color: #a94442; font-style: italic}

.no-break{
	white-space: nowrap;
}

.biggerCheckbox, .big-checkbox {
	display: inline-block;
	width: 20px;
	height: 20px;
}

.cb-fg { margin-bottom: 0;}

.modal-auto {
	display: flex;
	justify-content: center;
	width: auto;
	max-width: fit-content;
}

#modalBody .card:last-child {margin-bottom: 0;}

#searchForm {position: relative; display:table; width: 100%; margin-bottom: 20px;}
#searchForm .form-group {display: table-cell;}

#searchForm .form-group:first-of-type { width: 80%; padding-right: 5px}
#searchForm .form-group:first-of-type label {display: none;}
#searchForm .form-group:first-of-type input {width: 100%;}

.searchBtn .btn-group {width: 100%;}
.searchBtn .btn-group >.btn  {min-width: unset; width: 100%;}

#searchForm .afterSearch.form-group:first-of-type { width: 60%;}
.searchBtn.afterSearch .btn-group >.btn {width: 50%;}


.progress-container {
	display: block;
	position: fixed;
	z-index: 5;
	right: 20px;
	top: 12px;
	width: 250px;
	background-color: #f5f5f5;
	padding: 12px 20px;
	border: 1px solid #ccc;
	border-radius: calc(.25rem - 1px);
	opacity: 0.5;
	transition:all .3s ease-in-out;
}

.progress-container:hover {opacity: 1}

.progress-container .close {
	position: absolute;
	right: 7px;
	top: 0;
}

.progress-label {margin-bottom: 5px; font-size: 12px;}

.progress {
	margin-bottom: 0;
}

.btn-group>.btn.small-btn {min-width: unset;}

.tooltip-inner {max-width: 250px;}

.tooltip-inner.danger {
	background-color: #dc3545;
}


.bs-tooltip-bottom .arrow.danger::before {
	border-bottom-color: #dc3545;
}

.bs-tooltip-top .arrow.danger::before {
	border-top-color: #dc3545;
}

.commentsTable {
	margin: 0;
}

.commentsTable button {
	width: 100%;
	margin: 0 auto;
	color: #373a3c;
}

.commentsTable td:nth-child(1) {width: 30%;}
.commentsTable td:nth-child(2) {width: 40%;}
.commentsTable td:nth-child(3) {width: 30%;}

.commentsTable button:hover {opacity: 0.5; color:#373a3c;}

[data-cmd="marketing/hirek/hozzaszolasok-lista"] {
	padding: 0;
}


i.mce-i-kapcsolodo:before {
    content: "\f1ea";
    font-family: FontAwesome;
	font-size: 16px;
}

.mce-container.mce-panel.mce-floatpanel.mce-menu.mce-fixed.mce-menu-align { max-height: 200px; }

.bgTable th:not(:nth-child(2)) {text-align: center;}

.tdRowOpen {width: 44px;}

.preview-img, .previewLeadPic {
	max-height: 180px;
	max-width: 180px;
	margin-top: 15px;
}

.preview-img.empty {
	display: none;
}


.custom-file-control::before {
	font-family: 'FontAwesome';
	/*content: "Tallózás";*/
	content: '\f07c';
}


.custom-file-control::before {
	padding: .45rem 1rem;
	transition:all .3s ease-in-out;
	background-color: #ebebeb;
}

.custom-file-control:hover::before {
	background-color: #f2f2f2;
}

.custom-file-control:not(.not-empty)::after {
	content: "Valassz fajlt...";
}

.transition{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;}

/*
.form-check-input:only-child {
	position: absolute;
}
*/

.pager-header .form-group {
	margin-bottom:  0;
}

form .input-group .input-group-addon {
	/*width: 20%;*/
}

.flex-container {
	display: flex;
}

.form-inline .form-group:not(:last-child) {
	margin-right: 30px;
}

.fg-search-input {
	width: 40%;
	position: relative;
}

.fg-search-input .input-group {
	width: 100%;
}

.fg-search-input .input-group .input-group-addon {
	width: 3rem;
}

.input-group .search-input {
	border-bottom-right-radius: .25rem !important;
	border-top-right-radius: .25rem !important;
}

.typeahead.dropdown-menu {
	width: 100%;
	left: 0 !important;
}


.typeahead.dropdown-menu li a {
	width: 100%;
	overflow: hidden;
	text-overflow:ellipsis;
}

.search-panel {
	margin-bottom: 30px;
	display: block;
	width: 100%;
}


.search-group {
	font-size: 16px;
}

/*
.search-group.filter {
	background-color: #f2f2f2;
	padding: 5px;
	border-radius: 3px;
	border: 1px solid #d9d9d9;
	margin-bottom: 1.25rem;
}
*/

.search-group.filter:last-of-type {
	margin-bottom: 0;
}

.search-group.filter > label {
	display: inline-block;
	width: 60px;
}


.search-group .form-check-inline:first-child {
	padding-left: 0;
}

/*
.search-group + .search-group {
	margin-left: 30px;
}

.search-group + .search-group:before {
	content: '|';
	margin-right: 60px;
}
*/

.search-group-2 {
	min-width: 300px;
}

.search-group-2 .input-group, .search-group-2 .form-control {
	width: 100%;
}

.form-inline .form-check-input {
	margin-right: .5rem;
}

.table-pager {
	padding: 0;
}

.product-table {
	margin-bottom: 0;
}

.pagination-container {
	text-align: center;
}

.pagination {
	margin: 0;
	justify-content: center;
}

.card-header h1,
.card-header h2,
.card-header h3,
.card-header h4,
.card-header h5,
.card-header h6 {
	margin-bottom: 0;
}

.collapse-btn {
	margin-bottom: 30px;
}

.collapse-btn:not(:last-of-type) {
	margin-right: 15px;
}

.collapse {
	margin-bottom: 30px;
}


.form-inline .form-group {
	vertical-align: top;
}

.form-inline .form-group.has-success {
	vertical-align: middle;
}

.form-inline .form-group.has-success:last-child {
	margin-left: 15px;
}

.container-fluid.no-outer-padding {
	padding: 0;
}



.search-heading {
	margin-bottom: 15px;
}

.search-heading span.hints {
	padding: 0;
}

.badges-container {
	font-weight: normal;
	margin-bottom: 15px;
}

.badges-container span, .partnumber span {
	display: inline-block;
}

.badges-container span + span, .partnumber span + span {
	margin-left: 5px;

}

.partnumber span:first-child {
	margin-left: 5px;
}

.badges-container .remove {
	display: inline-block;
	margin-left: 5px;
	cursor: pointer;
}

.form-check-label {
	cursor: pointer;
}

.form-check-label span {
	margin-left: 10px;
}

.form-inline .form-group label {
	margin-right: 10px;
}

.form-inline .form-control-label {
	margin-right: 10px;
}

.btn-group.searchBtn > .btn {
	min-width: unset;
	width: 100px;
}

.loading {
	display: none;
}

.input-group.hide-addon .form-control {
	border-radius: 0.25rem;
}

.middle-align, .form-inline .form-group.middle-align, .table.middle-align td, .table.middle-align th {
	vertical-align: middle;
}

/*
.text-center {
	display: inline-block;
	width: 100%;
	text-align: center;
}*/

.w-100px {
	width: 100px;
}

.w-150px {
	width: 150px;
}

.w-200px {
	width: 200px;
}

tr.align-middle td {
	vertical-align: middle !important;
}

.panel-filter {
	display: inline-block;
}

.panel-filter:not(:last-of-type) {
	margin-right: 30px;
}

.panel-filter .remove {
	font-size: 20px;
}

.card-header .remove {
	cursor: pointer;
	float: right;
}

.card-header span {
	vertical-align: middle;
}


.sort {
	cursor: pointer;
	display: flex;
}

.sort span {
	text-decoration: underline;
}

.sort:after {
	font-family: 'FontAwesome';
	content: '\f0dc';
	padding-left: 5px;
}

.sort[data-sort="ASC"]:after {
	content: '\f0d7';
}

.sort[data-sort="DESC"]:after {
	content: '\f0d8';
}


/* Új egyedi azonosító form */

.small-input {
	width: 150px;
}

.same-width {
	width: 270px;
	width: 315px;
}

.same-width.inline-block {
	margin-right: 15px;
}

.same-width .form-control,
.same-width .input-group {
	width: 100%;
}

*.inline-block {
	display: inline-block;
	vertical-align: top;
}


.inline-block.form-inline + .inline-block.form-inline {
	margin-left: 30px;
}

.same-label-size > label {
	width: 105px;
	text-align: right;
}

.amount-fg {
	margin-right: 15px;
}

.modal-footer.btn-group {
	margin: -1rem;
	margin-top: 1rem;
}

.modal-dialog.modal-md {
	max-width: 680px;
}

.modal-dialog.modal-full {
	max-width: 100%;
	margin: 30px;
}

.modal-dialog.modal-half {
	max-width: 50%;
	align-content: center;
}

#productIdsForm .form-group:last-child {
	margin-bottom: 0;
}

.beker_ar_forintban {
	margin-left: 15px;
}

#productIdsForm .input-group-addon {
	width: 57px;
}

.productID-table {
	margin: 0;
}

.productID-table td, .productID-table th, .productID-table.table thead th {
	text-align: center;
	vertical-align: middle;
}

.productID-table.table thead th {
	white-space: nowrap;
}

.productID-table td:nth-child(2) {
	width: 160px;
	word-break: break-all;
}

.productID-table td.gar-azon-col {
	width: 350px;
	word-break: unset;
}

.gar-azon {
	margin: -0.75rem;
}

.gar-azon td {
	border: unset;
	white-space: nowrap;
}

.gar-azon td:nth-child(odd) {
	width: 145px;
	/*text-align: left;*/
}

.gar-azon td:nth-child(even) {
	width: 10px;
	padding: 0;
}

.info-table td {
	padding: 0 5px;
}

.info-table td:first-child {
	text-align: right;
}

/*
.number-cell {
	width: 100%;
	text-align: right;
}

*/

.crop-text {
	display: inline-block;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
}

.crop-text span:not(.tag) {
	display: inline-block;
	max-width: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.crop-text span, .crop-text > i {
	vertical-align: middle;
}

.crop-text i {
	/*margin-right: 10px;*/
}

.new-id i {
	margin-right: 10px;
}

.productids h4 {
	margin-bottom: 20px;
}


.table-hover > tbody > tr:hover {
	background-color: #e6f3ff;
}

.pager-header {
	background-color: #f2f2f2;
}

.pager-header > div > div:last-child select {
	float: right;
}

.pager-header h4 {
	margin: 8px 0;
}

.pager-header .remove {
	font-size: 26px;
	margin-left: 15px;
}

/*
.reakt-azon, .delete-azon {
	width: 100px;
}
*/

span.gar-azon {
	display: inline-block;
	width: 100%;
	padding-left: 26px;
}

span.gar-azon i {
	float: right;
}

span.gar-azon span, span.gar-azon i {
	vertical-align: unset;
}

span.gar-azon i:before {
	vertical-align: middle;
}

.status-badge {
	display: inline-block;
	font-size: 14px;
	height: 28px;
	width: 90px;
	padding: 5px 9px;
	line-height: 1.25;
	vertical-align: middle;
	font-weight: normal;
	cursor: default;
}


.status-badge.popover-trigger {
	cursor: help;
}


.status-badge i {
	line-height: 1.45;
	vertical-align: top;
}


.form-group.has-danger .input-group .input-group-btn button {
	color: #a94442;
	background-color: #f2dede;
	border-color: #d9534f;
}

.has-danger .form-control:focus ~ .input-group-btn button {
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #eba5a3;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #eba5a3;
}


.input-group-btn:not(:last-child)>.btn, .input-group-btn:not(:last-child)>.btn-group {
	margin-right: 0;
}


.input-group-btn.focus button {
	color: #55595c;
	border-color: #66afe9;
	outline: 0;
}


.remove-from-box {
	color: #a94442;
}

.remove-from-box:hover {
	color: #d9534f;
}

.remove-from-box > i {
	margin: 0;
}

.id-controller {
	margin: 20px 15px;
	display: inline-block;
	width: auto;
	max-width: 500px;
}

.id-controller-container {
	margin: 0;
	position: relative;
}

button:focus {
	outline: none;
}

.table-grid td {
	border: 1px dashed #ccc;
	width: 100px;
	width: 100px;
}


.subgroup {
	border: 1px solid #ccc;
	padding: 10px;
	border-radius: 5px;
}

.groups-container {
	min-height: 200px;
}

.flex-outer-container {
	display: inline-flex;
	margin: 0 -6px;
	position: relative;
}

.flex-inner-container {
	flex-grow: 1;
	width: 100%;
	position: relative;
	max-width: 300px;
	min-width: 200px;
	z-index: 1;
}

.flex-inner-container .close {
	margin: 6px 12px;
}

.flex-item {
	margin: 0 6px;
	padding: 15px;
	padding-bottom: 0;
	min-height: 400px;
	border: 1px dashed #ccc;
	resize: both;
}

.margin-left {
	margin-left: 15px;
}

.maingroup-picture {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 0;
}

.btn:hover {
	cursor: pointer;
}

.block {
	margin: 15px;
	padding: 15px;
	border: 1px solid #d9d9d9;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	background-color: #fff;
}

.block .flex {
	display: flex;
	margin: 0 -10px;
}

.block .flex .picture {
	width: 150px;
	height: 150px;
	margin: 10px;
	display: flex;
	position: relative;
}

.block .flex .picture .img-thumbnail {
	width: 100%;
	height: 100%;
}

.block .list-item {
	padding: 5px 0;
	margin-left: 15px;
	margin-bottom: 0;
}

.block .list-item i {
	padding-right: 8px;
}

.block .flex-container {
	margin: 0 30px;
}

.block .flex .picture .title {
	position: absolute;
	bottom: 15px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0.75);
	width: 100%;
	color: #fff;
	font-size: 12px;
	padding: 5px;
	max-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
}

.block .flex .picture.bordered {
	padding: 10px;
	border: 1px solid #d9d9d9;
}

.block .flex .picture .button-container {
	position: absolute;
	right: 5px;
	top: 5px;
}

.sortable-placeholder {
	background-color: #ffe6e6;
	border: 1px dashed #ff9999;
	margin: 15px;
}

.reorder-blocks:hover {
	cursor: move;
}


.table-caption {
	display: inline-block;
	width: 100%;
}

.form-check-input.bigger {
	width: 20px;
	height: 20px;
}


@media only screen and (max-width : 1280px) {

	.search-panel {
		/*white-space: nowrap;*/
	}

	.form-inline .search-panel .form-group:not(:last-child) {
		margin-right: 1.25rem;
	}

	.search-panel .form-group {
		width: 35%;
	}

	.search-panel .fg-search-input {
		width: 40%;
	}

	.search-group-2 {
		min-width: 200px;
	}

	/* BOOTSTRAP FIX */
	body {
		font-size: 15px;
	}

	.card-header {
		padding: 5px 10px;
	}

	.card-header-tabs {
		margin: 0;
	}

	.nav-pills .nav-link {
		padding: 5px 10px;
	}

	.page-link {
		padding: 4px 8px;
	}

	.pagination.card-header-tabs {
		margin-top: 0;
	}

	.pagination-container {
		height: unset;
		line-height: normal;
	}

	.pager-select {
		padding: 4px 8px;
		margin: 0;
		height: 32px;
		width: 100%;
	}

	.table td, .table th {
		padding: 5px 10px;
	}

	.modal-autocomplete {
		position: relative;
	}

}



/* Autocomplete */

/* AUTOCOMPLETE */

#autocomplete-container {
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
	border: none;
	background-color: #fff;
	width: 100%;
}

#autocomplete-container.in-focus {
	box-shadow: 0 0 1px #ccc inset !important;
	/*border-color: #E70007;*/
}

#autocomplete-container input, #autocomplete-container .input-group-btn {
	border: none;
}

#autocomplete-container input:focus, #autocomplete-container .input-group-btn:focus {
	box-shadow: none;
	border: none;
}

.autocomplete-suggestions {
	background-color: #fff;
	width: 100%;
	padding: 0;
	/*border: 1px solid #E70007;*/
	border-top: none;
	font-size: 14px;
	left: 0;
	top: 100%;
	box-shadow: 0 3px 8px 0 rgba(0,0,0,0.2), 0 0 0 1px rgba(0,0,0,0.08);
	/*display: block !important;*/
}

.autocomplete-group {
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	padding: 10px 8px;
	border-bottom: 1px solid #ddd;
	cursor: default;
	background-color: #fff;
}

.autocomplete-suggestion {
	color: #6d6e71;
	padding: 0;
	width: 100%;
	cursor: pointer;
	border-bottom: 1px solid #f2f2f2;
	padding: 6px 10px;
	background-color: #fff;
}

.autocomplete-suggestion.last {
	border-bottom: 1px solid #ddd;
}

.autocomplete-selected {
	color: #6d6e71;
	background-color: #f2f2f2;
	text-decoration: none;
	outline: 0px;
}

/* Product hint */


.hintProductContainer {
	display: inline-flex;
	align-items: center;
	width: 100%;
}


.hintProductContainer .picture {
	width: 65px;
	/*height: 65px;*/
}


.hintProductContainer .describe, .hintProductContainer .modell {
	padding: 5px;
	width: 100%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.hintProductContainer .describe {
	padding-left: 10px;
}


.hintProductContainer .partnumber {
	font-size: smaller;
	color: #9fa1a4;
	font-style: italic;
}


.hintProductContainer .price {
	color: #E70007;
	padding-left: 5px;
	white-space: nowrap;
}


.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #ced4da;
	outline: 0;
	box-shadow: none;
}


@media only screen and (max-width : 1080px) {
	.search-panel .form-group {
		width: 50%;
	}

	.search-panel .form-group .custom-select {
		width: 100%;
	}

	.search-panel .form-group:first-child {
		width: 100%;
		margin: 0;
		margin-bottom: 1.25rem;;
	}
}

.card {
	word-wrap: normal;
}

.nagypipa {
	width: 30px;
	height: 30px;
}

.table-no-border td {
	border: 0;
	padding: 3px;
}

.ui-autocomplete {
	position: absolute;
	cursor: default;
	z-index: 5000 !important;
}

@media screen and (max-width: 550px) {
	table tbody tr{
		display: flex;
		flex-direction: column;
	}
	table thead ,table thead tr{
		display: flex;
		flex-direction: column;
	}
	.card-body {
		padding: 10px;
	}
}

.chat-history-user {
    text-align: left;
}

.chat-history-admin {
    display: flex;
    justify-content: right;
}

.chat-history-admin .msg-inner {
    background: linear-gradient(90deg, #3980f5 0%, #70ceea 100%);
    color: #fff;
    border: 2px solid #5dbbdb;
}

.msg-inner {
    width: max-content;
    max-width: 270px;
    padding: 10px;
    border-radius: 15px;
    background: #e9e9e9;
    color: #292929;
    font-size: 15px;
    line-height: 20px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    word-break: break-word;
    border: 2px solid #dae3e6;
}

.chat-history-date {}

.chat-history-files a .prev-img {
    height: 70px;
    padding: 5px 25px;
    border: 2px solid #00a7ff52;
    margin: 2px;
}

.tdOpen table tr th:nth-child(2) {
    width: 35%;
}

.tdOpen table tr th:nth-child(3) {
    width: 10%;
}

.tdOpen table thead tr th {
    background: #72bbe1;
    color: #fff;
}

.tdOpen .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: rgb(0 133 247 / 9%);
}
.tdOpen .table-bordered td,
.table-bordered th {
    border: 1px solid #bfd7f0;
}
.jobblent {
	position: fixed;
	right: 10px;
	bottom: 10px;
}
