input[type="number"] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none;
}

.color-red {
	color: red;
}

.color-green {
	color: green;
}

.gepjarmuvek-section {	
}

.gepjarmuvek-left-column {
	border: 1px solid #f2f2f2;
	background-color: #fff;
	/*border-radius: 0.25em;*/
}

.gepjarmuvek-left-column-inner {
	padding: 15px;
	position: relative;
	/*overflow-y: auto;
	scrollbar-color: #d4aa70 #e4e4e4;
	scrollbar-width: thin;*/
	/*min-height: 50vh;*/
	max-height: 60vh;
}

.gepjarmuvek-left-column-title, .gepjarmuvek-content-column-title {
	border: 1px solid #C8C8C8;
	background-color: #C8C8C8;
	padding: 0.5rem 1rem;
	/*border-radius: 0.25em 0.25em 0 0;*/
	margin-bottom: 1em;
}

.gepjarmuvek-left-column-title .fa-plus-circle{
	margin-top: 0.3em;
	cursor: pointer;
}

.gepjarmuvek-left-column-title .fa-plus-circle:hover{
	color: #db8003;
}

.gepjarmuvek-content-column {
	border: 1px solid #f2f2f2;
	/*min-height: 250px;*/
	background-color: #fff;
	/*border-radius: 0.25em;*/
}

.gepjarmuvek-content-column-inner {
	padding: 15px;
	position: relative;
}

.gepjarmuvek-content-column .nav-item {
	border: 1px solid #f8f8f8;
	border-radius: 0;
	flex-shrink: 0;
}
.gepjarmuvek-content-column .nav-pills .nav-link {
	border-radius: 0;
	white-space: nowrap;
}

.gepjarmuvek-content-column .nav-link {
	padding: 0.5rem;
	position: relative;
}

.gepjarmuvek-content-column .nav-link.active::after {
	content: "";
	position: absolute;
	bottom: -5px;
	left: calc(50% - 5px);
	border-width: 5px 5px 0;
	border-style: solid;
	border-color: #404040 transparent;
	display: block;
	width: 0;
}

.gepjarmuvek-content-column .nav-link:not(.active) {
	background-color: #E8E8E8;
}

.gepjarmuvek-content-column .nav-link:not(.active):hover {
	background-color: #707070;
	color: #fff;
}

.toast {
	background-color: #fff
}

.toast-header {
	background-color: #fafafa
}

.gepjarmuvek-cars-container {
	height: 100%;
	overflow-y: auto;
	max-height: calc(60vh - 92px);
	scrollbar-color: #d4aa70 #e4e4e4;
	scrollbar-width: thin;
}

.gepjarmuvek-car-row {
	padding: 10px 5px;
	position: relative;
	border-bottom: 1px solid #dedede;
	/*border-radius: 3px;*/
	/*background-color: #f9f9f9;*/
	/*margin: 7px 0;*/
	cursor: pointer;
	transition: background .1s ease-in-out, color .1s ease-in-out;
}

.gepjarmuvek-car-row:hover {
	background-color: #707070;
	color: #fff;
}

.gepjarmuvek-car-row.active {
	background-color: #707070;
	color: #fff;
	font-weight: bold;
}

.gepjarmuvek-car-row .car-color, .gepjarmuvek-car-details .car-color {
	display: inline-block;
	width: 1em;
	height: 1em;
	box-shadow: 1px 1px 3px #555;
	margin-right: 10px;
}

.gepjarmuvek-car-details .car-color {
	transition: background .4s ease-in-out;
}

.gepjarmuvek-content-column .gepjarmuvek-car-details .car-id{
	font-weight: bold;
}

.gepjarmuvek-car-row:hover .car-color, .gepjarmuvek-car-row.active .car-color{
	box-shadow: 1px 1px 3px #eee;
}

.gepjarmuvek-car-more {
	position: absolute;
	right: 5px;
	top: 10px;
}

form .field-add-icon {
	margin-top: 5px;
	font-size: 0.8em;
}

.ajax-add-modal-init-span {
	cursor: pointer;
}

.ajax-add-modal-init-span:hover {
	color: #db8003;
}

.spinner-grow.hide {
	display: none;
}

.ajax-add-modal-error-div, .ajax-hibabejelentes-modal-error-div {
	display: none;
	text-align: center;
	padding: 5px;
	color:red;
}

.ajax-add-modal-error-div.show, .ajax-hibabejelentes-modal-error-div.show {
	display: block;
}

.toast {
	z-index: 9999;
}

.toast.hide {
	z-index: 0;
}

.szerviz-esemeny-left-column, .szerviz-esemeny-content-column {
	border: 1px solid #dfdfdf;
	background-color: #fdfdfd;
	/*border-radius: 5px;*/
}

.szerviz-esemeny-left-column-title, .szerviz-esemeny-content-column-title {
	border: 1px solid #dfdfdf;
	background-color: #dfdfdf;
	padding: 0.5rem 1rem;
	/*border-radius: 0.25em 0.25em 0 0;*/
	/*margin-bottom: 1em;*/
}

.szerviz-esemeny-left-column-title .fa-plus-circle{
	margin-top: 0.3em;
	cursor: pointer;
}

.szerviz-esemeny-left-column-title .fa-plus-circle:hover{
	color: #db8003;
}

.szerviz-esemeny-left-column-inner {
	padding: 5px;
	max-height: 40vh;
	overflow-y: auto;
	scrollbar-color: #d4aa70 #e4e4e4;
	scrollbar-width: thin;
}

.szerviz-esemeny-row {
	padding: 3px 10px;
	background-color: #f9f9f9;
	margin: 7px 0;
	/*border-radius: 3px;*/
	position: relative;
	cursor: pointer;
	transition: background .1s ease-in-out, color .1s ease-in-out;
}

.szerviz-esemeny-row:hover {
	background-color: #707070;
	color: #fff;
}

.szerviz-esemeny-row.active {
	background-color: #707070;
	color: #fff;
	font-weight: bold;
}

.szerviz-esemeny-row.active::after {
	content: "";
	position: absolute;
	top: calc(50% - 5px);
	right: -5px;
	border-width: 5px 0 5px 5px;
	border-style: solid;
	border-color: transparent #707070;
	display: block;
	width: 0;
}

.szerviz-esemeny-datum {
	font-size: 14px;
}

.szerviz-esemeny-km {
	font-size: 12px;
}

.szerviz-esemeny-add {
	display: block;
	margin-bottom: 1rem;
	cursor: pointer;
}

.szerviz-esemeny-edit-docs-column {
	padding: 0.75rem;
}

.szerviz-esemeny-edit-docs-column-title {
	/*padding: 0.5rem;*/
}

.szerviz-esemeny-edit-docs-row {
	/*padding: 0.5rem;*/
	margin: 0.5rem 0;
	border-bottom: 1px solid #eee;
}

.szerviz-esemeny-edit-docs-icon {
	/*margin-right: 3px;*/
	flex: 0 0 auto;
	width: 2rem;
	font-size: 2rem;
}

.szerviz-esemeny-edit-docs-details {
	padding: 0 0.25rem;
	flex: 1 1 auto;
	line-height: 1.1rem;
}

.szerviz-esemeny-edit-docs-ops {
	padding: 0 0.25rem 0 0;
	display: flex;
	justify-content: space-between;
	width: 68px;
	flex: 0 0 auto;
}

.szerviz-esemeny-edit-docs-ops i {
	cursor: pointer;
}

.szerviz-esemeny-edit-docs-del:hover {
	color:red;
}

.berlesek-left-column, .berlesek-content-column {
	border: 1px solid #dfdfdf;
	background-color: #fdfdfd;
	/*border-radius: 5px;*/
}

.berlesek-left-column-title, .berlesek-content-column-title {
	border: 1px solid #dfdfdf;
	background-color: #dfdfdf;
	padding: 0.5rem 1rem;
	/*border-radius: 0.25em 0.25em 0 0;*/
	/*margin-bottom: 1em;*/
}

.berlesek-left-column-title .fa-plus-circle{
	margin-top: 0.3em;
	cursor: pointer;
}

.berlesek-left-column-title .fa-plus-circle:hover{
	color: #db8003;
}

.berlesek-left-column-inner {
	padding: 5px;
	max-height: 40vh;
	overflow-y: auto;
	scrollbar-color: #d4aa70 #e4e4e4;
	scrollbar-width: thin;
}

.berlesek-row {
	padding: 3px 10px;
	background-color: #f9f9f9;
	margin: 7px 0;
	/*border-radius: 3px;*/
	position: relative;
	cursor: pointer;
	transition: background .1s ease-in-out, color .1s ease-in-out;
}

.berlesek-row:hover {
	background-color: #707070;
	color: #fff;
}

.berlesek-row.active {
	background-color: #707070;
	color: #fff;
	font-weight: bold;
}

.berlesek-row.active::after {
	content: "";
	position: absolute;
	top: calc(50% - 5px);
	right: -5px;
	border-width: 5px 0 5px 5px;
	border-style: solid;
	border-color: transparent #707070;
	display: block;
	width: 0;
}

.berlesek-datum {
	font-size: 12px;
}

.berlesek-km {
	font-size: 12px;
}

.berlesek-add {
	display: block;
	margin-bottom: 1rem;
	cursor: pointer;
}

.berlesek-edit-docs-column {
	padding: 0.75rem;
}

.berlesek-edit-docs-column-title {
	/*padding: 0.5rem;*/
}

.berlesek-edit-docs-row {
	/*padding: 0.5rem;*/
	margin: 0.5rem 0;
	border-bottom: 1px solid #eee;
}

.berlesek-edit-docs-icon {
	/*margin-right: 3px;*/
	flex: 0 0 auto;
	width: 2rem;
	font-size: 2rem;
}

.berlesek-edit-docs-details {
	padding: 0 0.25rem;
	flex: 1 1 auto;
	line-height: 1.1rem;
}

.berlesek-edit-docs-ops {
	padding: 0 0.25rem 0 0;
	display: flex;
	justify-content: space-between;
	width: 68px;
	flex: 0 0 auto;
}

.berlesek-edit-docs-ops i {
	cursor: pointer;
}

.berlesek-edit-docs-del:hover {
	color:red;
}

.gumik-left-column, .gumik-content-column {
	border: 1px solid #dfdfdf;
	background-color: #fdfdfd;
	/*border-radius: 5px;*/
}

.gumik-left-column-title, .gumik-content-column-title {
	border: 1px solid #dfdfdf;
	background-color: #dfdfdf;
	padding: 0.5rem 1rem;
	/*border-radius: 0.25em 0.25em 0 0;*/
	/*margin-bottom: 1em;*/
}

.gumik-left-column-title .fa-plus-circle{
	margin-top: 0.3em;
	cursor: pointer;
}

.gumik-left-column-title .fa-plus-circle:hover{
	color: #db8003;
}

.gumik-left-column-inner {
	padding: 5px;
	max-height: 40vh;
	overflow-y: auto;
	scrollbar-color: #d4aa70 #e4e4e4;
	scrollbar-width: thin;
}

.gumik-row {
	padding: 3px 10px;
	background-color: #f9f9f9;
	margin: 7px 0;
	/*border-radius: 3px;*/
	position: relative;
	cursor: pointer;
	transition: background .1s ease-in-out, color .1s ease-in-out;
}

.gumik-row:hover {
	background-color: #707070;
	color: #fff;
}

.gumik-row.active {
	background-color: #707070;
	color: #fff;
	font-weight: bold;
}

.gumik-row.active::after {
	content: "";
	position: absolute;
	top: calc(50% - 5px);
	right: -5px;
	border-width: 5px 0 5px 5px;
	border-style: solid;
	border-color: transparent #707070;
	display: block;
	width: 0;
}

.gumik-datum {
	font-size: 12px;
}

.gumik-km {
	font-size: 12px;
}

.gumik-add {
	display: block;
	margin-bottom: 1rem;
	cursor: pointer;
}

.gumik-edit-docs-column {
	padding: 0.75rem;
}

.gumik-edit-docs-column-title {
	/*padding: 0.5rem;*/
}

.gumik-edit-docs-row {
	/*padding: 0.5rem;*/
	margin: 0.5rem 0;
	border-bottom: 1px solid #eee;
}

.gumik-edit-docs-icon {
	/*margin-right: 3px;*/
	flex: 0 0 auto;
	width: 2rem;
	font-size: 2rem;
}

.gumik-edit-docs-details {
	padding: 0 0.25rem;
	flex: 1 1 auto;
	line-height: 1.1rem;
}

.gumik-edit-docs-ops {
	padding: 0 0.25rem 0 0;
	display: flex;
	justify-content: space-between;
	width: 68px;
	flex: 0 0 auto;
}

.gumik-edit-docs-ops i {
	cursor: pointer;
}

.gumik-edit-docs-del:hover {
	color:red;
}

.biztositasok-left-column, .biztositasok-content-column {
	border: 1px solid #dfdfdf;
	background-color: #fdfdfd;
	/*border-radius: 5px;*/
}

.biztositasok-left-column-title, .biztositasok-content-column-title {
	border: 1px solid #dfdfdf;
	background-color: #dfdfdf;
	padding: 0.5rem 1rem;
	/*border-radius: 0.25em 0.25em 0 0;*/
	/*margin-bottom: 1em;*/
}

.biztositasok-left-column-title .fa-plus-circle{
	margin-top: 0.3em;
	cursor: pointer;
}

.biztositasok-left-column-title .fa-plus-circle:hover{
	color: #db8003;
}

.biztositasok-left-column-inner {
	padding: 5px;
	max-height: 40vh;
	overflow-y: auto;
	scrollbar-color: #d4aa70 #e4e4e4;
	scrollbar-width: thin;
}

.biztositasok-row {
	padding: 3px 10px;
	background-color: #f9f9f9;
	margin: 7px 0;
	/*border-radius: 3px;*/
	position: relative;
	cursor: pointer;
	transition: background .1s ease-in-out, color .1s ease-in-out;
}

.biztositasok-row:hover {
	background-color: #707070;
	color: #fff;
}

.biztositasok-row.active {
	background-color: #707070;
	color: #fff;
	font-weight: bold;
}

.biztositasok-row.active::after {
	content: "";
	position: absolute;
	top: calc(50% - 5px);
	right: -5px;
	border-width: 5px 0 5px 5px;
	border-style: solid;
	border-color: transparent #707070;
	display: block;
	width: 0;
}

.biztositasok-datum {
	font-size: 12px;
}

.biztositasok-km {
	font-size: 12px;
}

.biztositasok-add {
	display: block;
	margin-bottom: 1rem;
	cursor: pointer;
}

.biztositasok-edit-docs-column {
	padding: 0.75rem;
}

.biztositasok-edit-docs-column-title {
	/*padding: 0.5rem;*/
}

.biztositasok-edit-docs-row {
	/*padding: 0.5rem;*/
	margin: 0.5rem 0;
	border-bottom: 1px solid #eee;
}

.biztositasok-edit-docs-icon {
	/*margin-right: 3px;*/
	flex: 0 0 auto;
	width: 2rem;
	font-size: 2rem;
}

.biztositasok-edit-docs-details {
	padding: 0 0.25rem;
	flex: 1 1 auto;
	line-height: 1.1rem;
}

.biztositasok-edit-docs-ops {
	padding: 0 0.25rem 0 0;
	display: flex;
	justify-content: space-between;
	width: 68px;
	flex: 0 0 auto;
}

.biztositasok-edit-docs-ops i {
	cursor: pointer;
}

.biztositasok-edit-docs-del:hover {
	color:red;
}

.engedelyek-left-column, .engedelyek-content-column {
	border: 1px solid #dfdfdf;
	background-color: #fdfdfd;
	/*border-radius: 5px;*/
}

.engedelyek-left-column-title, .engedelyek-content-column-title {
	border: 1px solid #dfdfdf;
	background-color: #dfdfdf;
	padding: 0.5rem 1rem;
	/*border-radius: 0.25em 0.25em 0 0;*/
	/*margin-bottom: 1em;*/
}

.engedelyek-left-column-title .fa-plus-circle{
	margin-top: 0.3em;
	cursor: pointer;
}

.engedelyek-left-column-title .fa-plus-circle:hover{
	color: #db8003;
}

.engedelyek-left-column-inner {
	padding: 5px;
	max-height: 40vh;
	overflow-y: auto;
	scrollbar-color: #d4aa70 #e4e4e4;
	scrollbar-width: thin;
}

.engedelyek-row {
	padding: 3px 10px;
	background-color: #f9f9f9;
	margin: 7px 0;
	/*border-radius: 3px;*/
	position: relative;
	cursor: pointer;
	transition: background .1s ease-in-out, color .1s ease-in-out;
}

.engedelyek-row:hover {
	background-color: #707070;
	color: #fff;
}

.engedelyek-row.active {
	background-color: #707070;
	color: #fff;
	font-weight: bold;
}

.engedelyek-row.active::after {
	content: "";
	position: absolute;
	top: calc(50% - 5px);
	right: -5px;
	border-width: 5px 0 5px 5px;
	border-style: solid;
	border-color: transparent #707070;
	display: block;
	width: 0;
}

.engedelyek-datum {
	font-size: 12px;
}

.engedelyek-km {
	font-size: 12px;
}

.engedelyek-add {
	display: block;
	margin-bottom: 1rem;
	cursor: pointer;
}

.engedelyek-edit-docs-column {
	padding: 0.75rem;
}

.engedelyek-edit-docs-column-title {
	/*padding: 0.5rem;*/
}

.engedelyek-edit-docs-row {
	/*padding: 0.5rem;*/
	margin: 0.5rem 0;
	border-bottom: 1px solid #eee;
}

.engedelyek-edit-docs-icon {
	/*margin-right: 3px;*/
	flex: 0 0 auto;
	width: 2rem;
	font-size: 2rem;
}

.engedelyek-edit-docs-details {
	padding: 0 0.25rem;
	flex: 1 1 auto;
	line-height: 1.1rem;
}

.engedelyek-edit-docs-ops {
	padding: 0 0.25rem 0 0;
	display: flex;
	justify-content: space-between;
	width: 68px;
	flex: 0 0 auto;
}

.engedelyek-edit-docs-ops i {
	cursor: pointer;
}

.engedelyek-edit-docs-del:hover {
	color:red;
}

.karesemenyek-left-column, .karesemenyek-content-column {
	border: 1px solid #dfdfdf;
	background-color: #fdfdfd;
	/*border-radius: 5px;*/
}

.karesemenyek-left-column-title, .karesemenyek-content-column-title {
	border: 1px solid #dfdfdf;
	background-color: #dfdfdf;
	padding: 0.5rem 1rem;
	/*border-radius: 0.25em 0.25em 0 0;*/
	/*margin-bottom: 1em;*/
}

.karesemenyek-left-column-title .fa-plus-circle{
	margin-top: 0.3em;
	cursor: pointer;
}

.karesemenyek-left-column-title .fa-plus-circle:hover{
	color: #db8003;
}

.karesemenyek-left-column-inner {
	padding: 5px;
	max-height: 40vh;
	overflow-y: auto;
	scrollbar-color: #d4aa70 #e4e4e4;
	scrollbar-width: thin;
}

.karesemenyek-row {
	padding: 3px 10px;
	background-color: #f9f9f9;
	margin: 7px 0;
	/*border-radius: 3px;*/
	position: relative;
	cursor: pointer;
	transition: background .1s ease-in-out, color .1s ease-in-out;
}

.karesemenyek-row:hover {
	background-color: #707070;
	color: #fff;
}

.karesemenyek-row.active {
	background-color: #707070;
	color: #fff;
	font-weight: bold;
}

.karesemenyek-row.active::after {
	content: "";
	position: absolute;
	top: calc(50% - 5px);
	right: -5px;
	border-width: 5px 0 5px 5px;
	border-style: solid;
	border-color: transparent #707070;
	display: block;
	width: 0;
}

.karesemenyek-datum {
	font-size: 12px;
}

.karesemenyek-km {
	font-size: 12px;
}

.karesemenyek-add {
	display: block;
	margin-bottom: 1rem;
	cursor: pointer;
}

.karesemenyek-edit-docs-column {
	padding: 0.75rem;
}

.karesemenyek-edit-docs-column-title {
	/*padding: 0.5rem;*/
}

.karesemenyek-edit-docs-row {
	/*padding: 0.5rem;*/
	margin: 0.5rem 0;
	border-bottom: 1px solid #eee;
}

.karesemenyek-edit-docs-icon {
	/*margin-right: 3px;*/
	flex: 0 0 auto;
	width: 2rem;
	font-size: 2rem;
}

.karesemenyek-edit-docs-details {
	padding: 0 0.25rem;
	flex: 1 1 auto;
	line-height: 1.1rem;
}

.karesemenyek-edit-docs-ops {
	padding: 0 0.25rem 0 0;
	display: flex;
	justify-content: space-between;
	width: 68px;
	flex: 0 0 auto;
}

.karesemenyek-edit-docs-ops i {
	cursor: pointer;
}

.karesemenyek-edit-docs-del:hover {
	color:red;
}

.allapot-left-column, .allapot-content-column {
	border: 1px solid #dfdfdf;
	background-color: #fdfdfd;
	/*border-radius: 5px;*/
}

.allapot-left-column-title, .allapot-content-column-title {
	border: 1px solid #dfdfdf;
	background-color: #dfdfdf;
	padding: 0.5rem 1rem;
	/*border-radius: 0.25em 0.25em 0 0;*/
	/*margin-bottom: 1em;*/
}

.allapot-left-column-title .fa-plus-circle{
	margin-top: 0.3em;
	cursor: pointer;
}

.allapot-left-column-title .fa-plus-circle:hover{
	color: #db8003;
}

.allapot-left-column-inner {
	padding: 5px;
	max-height: 40vh;
	overflow-y: auto;
	scrollbar-color: #d4aa70 #e4e4e4;
	scrollbar-width: thin;
}

.allapot-row {
	padding: 3px 10px;
	background-color: #f9f9f9;
	margin: 7px 0;
	/*border-radius: 3px;*/
	position: relative;
	cursor: pointer;
	transition: background .1s ease-in-out, color .1s ease-in-out;
}

.allapot-row:hover {
	background-color: #707070;
	color: #fff;
}

.allapot-row.active {
	background-color: #707070;
	color: #fff;
	font-weight: bold;
}

.allapot-row.active::after {
	content: "";
	position: absolute;
	top: calc(50% - 5px);
	right: -5px;
	border-width: 5px 0 5px 5px;
	border-style: solid;
	border-color: transparent #707070;
	display: block;
	width: 0;
}

.allapot-datum {
	/*font-size: 12px;*/
}

.allapot-km {
	font-size: 12px;
}

.allapot-add {
	display: block;
	margin-bottom: 1rem;
	cursor: pointer;
}

.allapot-edit-docs-column {
	padding: 0.75rem;
}

.allapot-edit-docs-column-title {
	/*padding: 0.5rem;*/
}

.allapot-edit-docs-row {
	/*padding: 0.5rem;*/
	margin: 0.5rem 0;
	border-bottom: 1px solid #eee;
}

.allapot-edit-docs-icon {
	/*margin-right: 3px;*/
	flex: 0 0 auto;
	width: 2rem;
	font-size: 2rem;
}

.allapot-edit-docs-details {
	padding: 0 0.25rem;
	flex: 1 1 auto;
	line-height: 1.1rem;
}

.allapot-edit-docs-ops {
	padding: 0 0.25rem 0 0;
	display: flex;
	justify-content: space-between;
	width: 68px;
	flex: 0 0 auto;
}

.allapot-edit-docs-ops i {
	cursor: pointer;
}

.allapot-edit-docs-del:hover {
	color:red;
}

.muszakik-left-column, .muszakik-content-column {
	border: 1px solid #dfdfdf;
	background-color: #fdfdfd;
	/*border-radius: 5px;*/
}

.muszakik-left-column-title, .muszakik-content-column-title {
	border: 1px solid #dfdfdf;
	background-color: #dfdfdf;
	padding: 0.5rem 1rem;
	/*border-radius: 0.25em 0.25em 0 0;*/
	/*margin-bottom: 1em;*/
}

.muszakik-left-column-title .fa-plus-circle{
	margin-top: 0.3em;
	cursor: pointer;
}

.muszakik-left-column-title .fa-plus-circle:hover{
	color: #db8003;
}

.muszakik-left-column-inner {
	padding: 5px;
	max-height: 40vh;
	overflow-y: auto;
	scrollbar-color: #d4aa70 #e4e4e4;
	scrollbar-width: thin;
}

.muszakik-row {
	padding: 3px 10px;
	background-color: #f9f9f9;
	margin: 7px 0;
	/*border-radius: 3px;*/
	position: relative;
	cursor: pointer;
	transition: background .1s ease-in-out, color .1s ease-in-out;
}

.muszakik-row:hover {
	background-color: #707070;
	color: #fff;
}

.muszakik-row.active {
	background-color: #707070;
	color: #fff;
	font-weight: bold;
}

.muszakik-row.active::after {
	content: "";
	position: absolute;
	top: calc(50% - 5px);
	right: -5px;
	border-width: 5px 0 5px 5px;
	border-style: solid;
	border-color: transparent #707070;
	display: block;
	width: 0;
}

.muszakik-datum {
	font-size: 12px;
}

.muszakik-km {
	font-size: 12px;
}

.muszakik-add {
	display: block;
	margin-bottom: 1rem;
	cursor: pointer;
}

.muszakik-edit-docs-column {
	padding: 0.75rem;
}

.muszakik-edit-docs-column-title {
	/*padding: 0.5rem;*/
}

.muszakik-edit-docs-row {
	/*padding: 0.5rem;*/
	margin: 0.5rem 0;
	border-bottom: 1px solid #eee;
}

.muszakik-edit-docs-icon {
	/*margin-right: 3px;*/
	flex: 0 0 auto;
	width: 2rem;
	font-size: 2rem;
}

.muszakik-edit-docs-details {
	padding: 0 0.25rem;
	flex: 1 1 auto;
	line-height: 1.1rem;
}

.muszakik-edit-docs-ops {
	padding: 0 0.25rem 0 0;
	display: flex;
	justify-content: space-between;
	width: 48px;
	flex: 0 0 auto;
}

.muszakik-edit-docs-ops i {
	cursor: pointer;
}

.muszakik-edit-docs-del:hover {
	color:red;
}

.tachografok-left-column, .tachografok-content-column {
	border: 1px solid #dfdfdf;
	background-color: #fdfdfd;
	/*border-radius: 5px;*/
}

.tachografok-left-column-title, .tachografok-content-column-title {
	border: 1px solid #dfdfdf;
	background-color: #dfdfdf;
	padding: 0.5rem 1rem;
	/*border-radius: 0.25em 0.25em 0 0;*/
	/*margin-bottom: 1em;*/
}

.tachografok-left-column-title .fa-plus-circle{
	margin-top: 0.3em;
	cursor: pointer;
}

.tachografok-left-column-title .fa-plus-circle:hover{
	color: #db8003;
}

.tachografok-left-column-inner {
	padding: 5px;
	max-height: 40vh;
	overflow-y: auto;
	scrollbar-color: #d4aa70 #e4e4e4;
	scrollbar-width: thin;
}

.tachografok-row {
	padding: 3px 10px;
	background-color: #f9f9f9;
	margin: 7px 0;
	/*border-radius: 3px;*/
	position: relative;
	cursor: pointer;
	transition: background .1s ease-in-out, color .1s ease-in-out;
}

.tachografok-row:hover {
	background-color: #707070;
	color: #fff;
}

.tachografok-row.active {
	background-color: #707070;
	color: #fff;
	font-weight: bold;
}

.tachografok-row.active::after {
	content: "";
	position: absolute;
	top: calc(50% - 5px);
	right: -5px;
	border-width: 5px 0 5px 5px;
	border-style: solid;
	border-color: transparent #707070;
	display: block;
	width: 0;
}

.tachografok-datum {
	font-size: 12px;
}

.tachografok-km {
	font-size: 12px;
}

.tachografok-add {
	display: block;
	margin-bottom: 1rem;
	cursor: pointer;
}

.tachografok-edit-docs-column {
	padding: 0.75rem;
}

.tachografok-edit-docs-column-title {
	/*padding: 0.5rem;*/
}

.tachografok-edit-docs-row {
	/*padding: 0.5rem;*/
	margin: 0.5rem 0;
	border-bottom: 1px solid #eee;
}

.tachografok-edit-docs-icon {
	/*margin-right: 3px;*/
	flex: 0 0 auto;
	width: 2rem;
	font-size: 2rem;
}

.tachografok-edit-docs-details {
	padding: 0 0.25rem;
	flex: 1 1 auto;
	line-height: 1.1rem;
}

.tachografok-edit-docs-ops {
	padding: 0 0.25rem 0 0;
	display: flex;
	justify-content: space-between;
	width: 48px;
	flex: 0 0 auto;
}

.tachografok-edit-docs-ops i {
	cursor: pointer;
}

.tachografok-edit-docs-del:hover {
	color:red;
}

.dokumentumok-edit-docs-column {
	/*padding: 0.75rem;*/
}

.dokumentumok-edit-docs-column-title {
	/*padding: 0.5rem;*/
	margin-left: 5px;
}

.dokumentumok-edit-docs-row {
	/*padding: 0.5rem;*/
	margin: 0.5rem 0;
	border-bottom: 1px solid #ddd;
}

.dokumentumok-edit-docs-icon {
	/*margin-right: 3px;*/
	flex: 0 0 auto;
	width: 2.5rem;
	font-size: 2.5rem;
}

.dokumentumok-edit-docs-details {
	padding: 0 0.25rem;
	flex: 1 1 auto;
}

.dokumentumok-edit-docs-ops {
	padding: 0 0.25rem 0 0;
	display: flex;
	justify-content: space-between;
	width: 68px;
	flex: 0 0 auto;
}

.dokumentumok-edit-docs-del:hover {
	color:red;
}

.dokumentumok-edit-docs-ops i {
	cursor: pointer;
}

.teendok-list-column span.bi-check, .teendok-list-column span.bi-x  {
	font-size: 1rem;
}

.teendok-list-column-title {
	margin-left: 5px;
}

.km_allasok-list-column-title {
	margin-left: 5px;
}

.gumik-list-column-title {
	margin-left: 5px;
}

.add-sze-komponens-span {
	cursor: pointer;
}

.remove-sze-komponens-container {
	font-size: 14px;
	line-height: 1.1rem;
}

.remove-sze-komponens-span {
	cursor: pointer;
}

.remove-sze-komponens-span:hover{
	color:red;
}

.teendok-ops-edit, .teendok-ops-del {
	display: inline-block;
	margin: 0 3px;
	cursor: pointer;
}

.teendok-ops-del:hover {
	color: red;
}

.km_allasok-ops-edit, .km_allasok-ops-del {
	display: inline-block;
	margin: 0 3px;
	cursor: pointer;
}

.km_allasok-ops-del:hover {
	color: red;
}

.gumik-ops-edit, .km_allasok-ops-del {
	display: inline-block;
	margin: 0 3px;
	cursor: pointer;
}

.gumik-ops-del:hover {
	color: red;
}

.soforok-ops-edit, .soforok-ops-del {
	display: inline-block;
	margin: 0 3px;
	cursor: pointer;
}

.soforok-ops-del:hover {
	color: red;
}

.show-add-form-span {
	display:inline-block;
	margin:0 0 15px 0;
	cursor: pointer;
}

.IroWheel {
	margin: 0 auto;
}

.IroSlider {
	margin: 12px auto;
}

.ui-datepicker {
	z-index: 999999 !important;
}

.dash-event-container {
	display: flex;
	/*padding: 1rem;*/
	margin: 1rem 0;
	border: 1px solid #f8f8f8;
	background-color: #fff;
	box-shadow: 1px 1px 3px #eee;
}

.dash-event-date {
	width: 128px;
	background-color: #eee;
	padding: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	text-transform: uppercase;
	flex-flow: column;
	flex: 0 0 auto;
	position: relative;
}

.dash-event-date-marker {
	position: absolute;
	bottom: 5px;
	left: 5px;
	padding: 0 5px;
	background-color: #f8f8f8;
}

.dash-event-date-month {
	font-size: 16px;
}

.dash-event-date-day {
	font-size: 32px;
}

.dash-event-content {
	padding: 1rem;
/*	display: flex;
	align-items: flex-start;
	flex-flow: column;*/
	flex: 1 1 auto;
}

.dash-event-content-idn {
	font-weight: bold;
	font-size: 18px;
	cursor: pointer;
	text-decoration: underline;
}

.dash-event-content-title {
	/*font-weight: bold;*/
}

.dash-event-content-driver {
	font-size: .875rem;
}

.dash-event-content-text {
	font-size: 14px;
	line-height: 24px;
}

.dash-event-content-service {
	font-size: 14px;
	line-height: 24px;
}

.dash-event-content-date {
	font-size: 14px;
	line-height: 27px;
}

.dash-event-content-icons {
	position: absolute;
	top: 5px;
	right: 10px;
	color: green;
	display: flex;
	align-items: center;
}

.gepjarmu-del-span {
	display:none;
}

.gepjarmu-del-span, .szerviz-esemeny-del-span, .muszaki-del-span, .tachograf-del-span, .berles-del-span, .gumi-del-span, .biztositas-del-span, .engedely-del-span, .allapot-del-span, .karesemeny-del-span {
	cursor:pointer
}

.gepjarmu-del-span:hover, .szerviz-esemeny-del-span:hover, .muszaki-del-span:hover, .tachograf-del-span:hover, .berles-del-span:hover, .gumi-del-span:hover, .biztositas-del-span:hover, .engedely-del-span:hover, .allapot-del-span:hover, .karesemeny-del-span:hover {
	color:red;
}

.left-column-del-container {
	position: absolute;
	top: 3px;
	right: 3px;
	z-index: 999;
}

.message-toast-ajax-check-pre {
	width: 100%;
	word-wrap: break-word;
	overflow-wrap: break-word;
	white-space: pre-wrap;
	margin: 0;
}

.params-left-column {
	border: 1px solid #f2f2f2;
	background-color: #fff;
	/*border-radius: 0.25em;*/
}

.params-left-column-inner {
	padding: 15px;
	position: relative;
	overflow-y: auto;
	scrollbar-color: #d4aa70 #e4e4e4;
	scrollbar-width: thin;
	/*min-height: 50vh;*/
	max-height: 60vh;
}

.params-data-row {
	padding: 7px 7px;
	margin: 1px 0;
	position: relative;
	cursor: pointer;
}

.params-data-row:hover, .params-data-row.active {
	background-color: #f5f5f5;
	color: #cca000;
}

.params-data-more {
	position: absolute;
	right: 7px;
	top: 6px;
}

.params-left-column-title, .params-content-column-title {
	border: 1px solid #C8C8C8;
	background-color: #C8C8C8;
	padding: 0.5rem 1rem;
	/*border-radius: 0.25em 0.25em 0 0;*/
	/*margin-bottom: 1em;*/
}

.params-content-column {
	border: 1px solid #f2f2f2;
	/*min-height: 250px;*/
	background-color: #fff;
	/*border-radius: 0.25em;*/
}

.params-content-column-inner {
	padding: 15px;
	position: relative;
}

.dasboard-notification-create-todo {
	cursor:pointer;
	margin-bottom: -2px;
}

.dash-car-issues-container {
	padding: 1rem;
	margin: 1rem 0;
	background-color: #fff;
	box-shadow: 1px 1px 3px #eee;
}

.dash-car-issues-container .nav-pills .nav-link{
	border-radius: unset;
}

.dash-car-issues-container .nav-pills .nav-link.active:after{
	content: "";
	position: absolute;
	bottom: -5px;
	left: calc(50% - 5px);
	border-width: 5px 5px 0;
	border-style: solid;
	border-color: #404040 transparent;
	display: block;
	width: 0;
	z-index: 2;
}

.dash-car-issues-container .nav-pills .nav-link:not(.active){
	background-color: #fafafa;
}

.dash-car-issues-container .nav-link .badge {
	background-color: #d9aa00;
}

.dash-car-issues-container .nav-link .badge.hasnt {
	background-color: lightgray;
}

.dash-car-issues-content-row {
	background-color: #eee;
	box-shadow: 1px 1px 3px #ccc;
}

.dash-car-issues-content-idn {
	font-weight: bold;
	cursor: pointer;
	text-decoration: underline;
}

.dash-car-issues-content-ts, .dash-car-issues-content-driver {
	font-size: .75rem;
}

.dash-car-issues-content-service {
	font-weight: bold;
}

.dash-car-issues-op-icons {
	position: absolute;
	top: -6px;
	right: 10px;
	color: green;
	display: flex;
	align-items: center;
}

.dash-car-issues-op-icons i{
	cursor: pointer;
	font-size: 1.25rem;
}

.dash-car-issues-other-icons {
	position: absolute;
	bottom: -6px;
	right: 10px;
	display: flex;
	align-items: center;
}

.dash-car-issues-other-icons i{
	cursor: pointer;
	font-size: 1.25rem;
}

.scroller-wrapper {
    position:relative;
    margin:0 auto;
    overflow:hidden;
	/*padding:5px;*/
  	height:50px;
}

.scroller-list {
    position:absolute;
    left:0px;
    top:0px;
  	min-width:1200px;
  	/*margin-left:12px;*/
    margin-top:0px;
}

.scroller-list li{
	display:table-cell;
    position:relative;
    text-align:center;
    cursor:grab;
    cursor:-webkit-grab;
    color:#efefef;
    vertical-align:middle;
}

.scroller {
  text-align:center;
  cursor:pointer;
  display:none;
  padding:7px;
  padding-top:11px;
  white-space:no-wrap;
  vertical-align:middle;
  background-color:#fff;
}

.scroller-right{
  float:right;
}

.scroller-left {
  float:left;
}

.osszesito-adatlap-block {
	border: 1px solid #dfdfdf;
	background-color: #fdfdfd;
}

.osszesito-adatlap-block-title {
	font-size: 1.25rem;
	font-weight: bold;
	text-align: center;
	background-color: #dfdfdf;
	padding: 0.5rem 1rem;
}

.tankolas-kiadasok-section, .tankolas-feltoltesek-section {
	border: 1px solid #eee;
}

.tankolasok-nav-tabs, .feltoltesek-nav-tabs {
	background-color: #eee;
}

.tankolasok-nav-tabs .nav-link, .feltoltesek-nav-tabs .nav-link{
	border-radius: unset;
}

.tankolasok-kiadas-uj-felvetele, .feltoltesek-kiadas-uj-felvetele {
	border-radius: unset;
}


@keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


/*rating stars*/

.ratings {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  direction: rtl;
  text-align: left;
}

.star {
  position: relative;
  line-height: 1.5rem;
  display: inline-block;
  transition: color 0.2s ease;
  color: #ebebeb;
}

.star:before {
  content: '\2605';
  width: 1.5rem;
  height: 1.5rem;
  font-size: 1.5rem;
}

.star:hover,
.star.selected,
.star:hover ~ .star,
.star.selected ~ .star{
  transition: color 0.5s ease;
  color: #333;
}



/*loader*/

.loader-container {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	display: none;
	opacity: 0;
}

.loader-container.show{
	z-index: 99999;
	display: block;
	opacity: 1;
	/*background-color: rgba(80, 80, 80, .1);*/
}

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}

.loader {
	color: #555;
	font-size: 10px;
	/*margin: 22vh auto;*/
	position: absolute;
	text-indent: -9999em;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
	top: calc(50% - 3em);
	left: calc(50% - 1em);
}

.loader:before,
.loader:after {
	content: '';
	position: absolute;
	top: 0;
}

.loader:before {
	left: -3.5em;
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.loader:after {
	left: 3.5em;
}

@-webkit-keyframes load7 {
	0%,
	80%,
	100% {
	  box-shadow: 0 2.5em 0 -1.3em;
	}
	40% {
	  box-shadow: 0 2.5em 0 0;
	}
}

@keyframes load7 {
	0%,
	80%,
	100% {
	  box-shadow: 0 2.5em 0 -1.3em;
	}
	40% {
	  box-shadow: 0 2.5em 0 0;
	}
}

/*loader end*/