.custom-1,
.custom-1 div,
.custom-1 span {
    background-color: #468847;
    border-color: #468847;
    color: white;
}

.custom-2,
.custom-2 div,
.custom-2 span {
    background-color: #FAA732;
    border-color: #FAA732;
    color: white;
}

.custom-3,
.custom-3 div,
.custom-3 span {
    background-color: #f52c2c;
    border-color: #f52c2c;
    color: white;
}

.custom-4,
.custom-4 div,
.custom-4 span {
    background-color: #426eff;
    border-color: #426eff;
    color: white;
}

.custom-5,
.custom-5 div,
.custom-5 span {
    background-color: #3a87ad;
    border-color: #3a87ad;
    color: white;
}

#iktatasok tbody tr td:not(:first-child) {
    cursor: pointer;
}

.wrapper {
    position: relative;
    width: 400px;
    height: 200px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.signature-pad {
    position: absolute;
    left: 0;
    top: 0;
    width: 400px;
    height: 200px;
    background-color: white;
    border: 1px solid black;
}



.label-success-custom {
  background: #06C270;
  border-radius: 20px;
  font-weight: normal;
  font-size: 12px;
	display: inline-flex;
}

.label-warning-custom {
  background: #FFA53B;
  border-radius: 20px;
  font-weight: normal;
  font-size: 12px;
	display: inline-flex;
}

.label-danger-custom {
  background: #FF3B3B;
  border-radius: 20px;
  font-weight: normal;
  font-size: 12px;
	display: inline-flex;
}


.dp_event {
	color: #13BFD5;
	font-weight: bold;
	text-decoration: underline;
}

#beszerzesek tbody tr {
    cursor: pointer;
}