.form-group.required label:after {
	content:"*";
	color:red;
}

img.elevation-2 {
	box-shadow: none !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #007bff;
}

.user-menu .dropdown-menu {
	border:none;
}

label.studen-ch-label {
	font-weight: normal !important;
	display: block;

}

.status-select.jelen {
	background-color:#85f895;
}

.status-select.fizetett-szabadsag {
	background-color: #9aecf6;
}

.status-select.betegszabadsag {
	background-color: #ffc478;
}

.status-select.tappenz {
	background-color: #cca007;	
}

.status-select.pihenonap {
	background-color: #10b432;
	color:#FFF;
}

.status-select.nincs-kepzes {
	background-color: #ff0000;
	color:#FFF;
}

.status-select.fizetes-nelkuli-szabadsag {
	background-color: #ff7878;
}

div.status-select{
	padding:5px;
	text-align: center;
}

.alert p {
	margin-bottom: 0px;
}

.tox-promotion, 
.tox-statusbar__branding
 {
	display: none !important;
}

.cell-status-3 {
	background-color: green;
}

.cell-status-2 {
	background-color: orange;
}

.cell-status-1 {
	background-color: red;
}

.cell-status-0 {
	background-color: #FFF;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
	line-height: 1.3em;
	background: #EEE !important;
}

.card .table thead th {
	position: sticky;
	top:0;
	background-color: #FFF;
}

.bell-menu .dropdown-item {
	white-space: inherit !important;
}


.tschanger {
	min-width: 140px;
	text-align: center;
}

.tschanger.editable {
	cursor:pointer;	
}

.tschanger:hover {
	background-color: #ccc;
}

.tschanger span {
	display: block;
	width: 100%;
	height: calc(2.25rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
}

.tschanger.editable span {
	border: 1px solid #ced4da;
	border-radius: .25rem;	
}

.tschanged span {
	background-color: #fffdaf !important;
}

.headcol {
  position: -webkit-sticky;
  position: sticky;
  left:0;
  background-color: #FFF;	
}


.table-striped tbody tr:nth-of-type(2n+1) td.headcol {
	background-color: #efefef;
}
/*
*/