.page-header {
	margin-bottom: 0;
	border-bottom: 1px solid #ffffff;
	margin: 0px 0px 15px 0px;
}

.page-header .page-title {
	width: 100%;
    border-bottom: 1px solid #e4e4e4;
}

.bootbox-close-button {
	margin: 0;
	float: right;
	padding: 0;
	position: absolute;
	right: 20px;
}

#TopNotificationWrapper {
	position: fixed;
	top: 5px;
	right: 5px;
	z-index: 99999;
}

.TopNotification {
	padding: 10px 20px;
	margin-bottom: 10px;
}

.TopNotification-Error {
	background: #D40606;
	color: white;
	border: 1px solid #FC6F6F;
}

.TopNotification-Success {
	background: #70BA00;
	color: white;
	border: 1px solid #B2D184;
}

.TopNotification-Close {
	position: absolute;
	top: 0px;
	right: 5px;
	color: white;
	cursor: pointer;
}

table.GroupedInputs td input, 
table.GroupedInputs td select {
	border-radius: 0;
	border-right-width: 0;
}

table.GroupedInputs td:first-of-type input, 
table.GroupedInputs td:first-of-type select {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

table.GroupedInputs td:last-of-type input, 
table.GroupedInputs td:last-of-type select {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-right-width: 1px;
}

.lined-textarea {
	border: none;
    padding: 0;
    background: url(/media/images/lined-textarea-bg.png);
    background-repeat: repeat;
	padding-left: 15px;
	line-height: 29px;
	font-size: 14px;
	padding-top: 3px;
	height:208px;
}

.lined-textarea:focus {
    background: url(/media/images/lined-textarea-bg.png);
    background-repeat: repeat;
	outline: none;
	border: none;
	box-shadow: none;
}

#NewProcessModalContainer {
	position: fixed;
	z-index: 20;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.3);
	display:none;
}

#NewProcessModal {
	padding: 30px;
	position: fixed;
	top: 130px;
	left: 50%;      
	width: 850px;
	margin-left: -425px;
	background: #fff;
	border: 1px solid #888888;
	z-index: 21;
	max-height: 600px;
	overflow-y: scroll;
}

@media(max-width: 900px) {
	#NewProcessModal {
		width: 100%;
		margin-left: 0;
		left: 0;
		top: 50px;
	}
}

.NewProcessModal_Close {
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}

table.dataTable td {
	/*line-height: 1.1;
	font-size: 13px;*/
	vertical-align: middle;
}

.btn-loading.dropdown-item {
	background-color: #d0d0d0 !important;
	padding-top: 10px;
}

@media(max-width: 991px) {
	div.dataTables_wrapper div.dataTables_length {
		text-align: left !important;
	}
}

@media(max-width: 767px) {
	div.dataTables_wrapper div.dataTables_filter {
		text-align: left !important;
	}
	div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"] {
		padding-left: 0;
	}
	div.dataTables_wrapper div.dataTables_filter input {
		margin-left: 0 !important;
	}
}

@media(min-width: 767px) {
	.dataTables_filter {
		padding-top: 0 !important;
	}
}

#DocumentUploadDragZone {
	display: none;
	text-align: center;
	padding: 3em 0;
	margin: 1em 0;
	color: #999;
	border: 2px dashed #999;
	cursor: default;
}

#DocumentUploadDragZone.hover {
	color: #2F2F2F;
	background: #fff;
	border-color: #2F2F2F;
	/*border-style: solid;*/
	/*box-shadow: inset 0 3px 4px #888;*/
}

#DataTableObj_Form .FilterFormContainer .chosen-container-single .chosen-single {
	border: none !important;
	background: transparent !important;
	box-shadow: none !important;
	padding: 2px 0 0 8px;
	height: 28px;
}


/* INLINE CALENDAR */

.inline-calendar-block {
	padding: 0;
	padding-right:1px;
}

.inline-calendar-block:nth-of-type(1) {
	padding-left: 1px;
}

.inline-calendar-block:nth-of-type(3) {
	padding-right: 0;
	margin-right: -1px;
}

table.inline-calendar {
	width: 100%;
}

table.inline-calendar thead tr:first-of-type td {
	padding: 10px;
	text-align: center;
	background-color: #5C5C5C;
	color: #fff;
	border-top: 1px solid #484848;
}

table.inline-calendar thead tr:first-of-type td p {
	padding: 0; margin: 0;
	color: #fff;
}

table.inline-calendar thead tr:first-of-type td p:first-child {
	font-size: 20px;
	margin-top:8px;
	line-height: 14px;
	text-transform: uppercase;
	font-weight: 300;
}

table.inline-calendar thead tr:last-of-type td {
	padding: 10px;
	text-align: center;
	background: #fff;
	color:#000;
	font-weight: bold;
}

table.inline-calendar thead tr:last-of-type td:last-of-type {
	color: #BF0000;
}

table.inline-calendar tbody td {
	padding: 1px;
	background: #fff;
}

table.inline-calendar tbody td a, table.inline-calendar tbody td p {
	background: #fff;
	padding: 13px;
	display: block;
	text-align: center;
	margin: 0;
	font-size: 16px;
	line-height: 16px;
	text-decoration: none;
	overflow: hidden;
	position: relative;
}

table.user-calendar tbody td a, table.user-calendar tbody td p {
	padding: 16px;
}

table.inline-calendar tbody td a span {
	position: relative;
	z-index: 10;
}

table.inline-calendar tbody td a.unavailable {
	background: #DEDEDE;
	color: #B8B8B8;
}

table.user-calendar tbody td a.unavailable.clickable:hover {
	background: #D2D2D2;
	color: #B8B8B8;
}

table.inline-calendar tbody td a.available {
	background: #868e96;
	color:#fff;
	transition: unset;
}

table.inline-calendar tbody td a.today {
	font-weight: bold;
	box-shadow: inset 0px 0px 0px 1px #545454;
}

table.inline-calendar tbody td a.available.clickable:hover {
	background: #727b84;
	color:#fff;
}

table.inline-calendar tbody td a.available.selection,
table.user-calendar tbody td a.selection,
table.user-calendar tbody td a.selection:hover,
table.user-calendar tbody td a.available.selection:hover,
table.inline-calendar tbody td a.available.selection:hover {
	background: #6eb242 !important;
	color:#fff !important;
}

table.inline-calendar tbody td a.available.selected,
table.user-calendar tbody td a.selected,
table.user-calendar tbody td a.selected:hover,
table.user-calendar tbody td a.available.selected:hover,
table.inline-calendar tbody td a.available.selected:hover {
	background: #42960B !important;
	color:#fff !important;
}

table.inline-calendar tbody td a.existing {
	background: #472a20;
	color:#fff;
}

.step-inline-calendar {
	position: absolute;
	top: 20px;
	color: #fff;
	font-size: 22px;
	transition: unset;
}

.step-inline-calendar-left {
	left:2px;
}

.step-inline-calendar-right {
	right:10px;
}

.step-inline-calendar:hover {
	color: #6eb242;
}

.rc_legend_item {
	padding: 7px 10px 7px 10px;
	display:inline-block;
	font-size: 12px;
}

.rc_legend_item span {
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	overflow: hidden;
	position: relative;
}

.rc_legend_item_available span { background: #868e96; }
.rc_legend_item_unavailable span { background: #DEDEDE; }
.rc_legend_item_existing span { background: #472a20; }
.rc_legend_item_selected span { background: #42960B; }


table.inline-calendar tbody td a .UC_STATE_ARRIVING,
table.inline-calendar tbody td a .UC_STATE_ARRIVING_OUT,
table.inline-calendar tbody td a .UC_STATE_HOLIDAY,
table.inline-calendar tbody td a .UC_STATE_HOLIDAYUNPAYED,
table.inline-calendar tbody td a .UC_STATE_ILLNESS,
table.inline-calendar tbody td a .UC_STATE_SICKPAY,
table.inline-calendar tbody td a .UC_STATE_OT_START,
table.inline-calendar tbody td a .UC_STATE_WOT_START,
.rc_legend_item .UC_STATE_ARRIVING,
.rc_legend_item .UC_STATE_ARRIVING_OUT,
.rc_legend_item .UC_STATE_HOLIDAY,
.rc_legend_item .UC_STATE_HOLIDAYUNPAYED,
.rc_legend_item .UC_STATE_ILLNESS,
.rc_legend_item .UC_STATE_SICKPAY,
.rc_legend_item .UC_STATE_OT_START,
.rc_legend_item .UC_STATE_WOT_START {
	text-align: center;
	position: absolute;
	display: flex;
	justify-content: center;
	font-size: 12px;
	line-height: 11px;
	font-weight: bold;
	font-style: normal;
}

table.inline-calendar tbody td a .UC_STATE_ARRIVING, .rc_legend_item .UC_STATE_ARRIVING,
table.inline-calendar tbody td a .UC_STATE_ARRIVING_OUT, .rc_legend_item .UC_STATE_ARRIVING_OUT {
	color: #fff;
	background: #86D400;
	transform: rotate(-45deg);
	top: -11px;
	left: -25px;
	width: 50px;
	height: 25px;
	align-items: flex-end;
}

table.inline-calendar tbody td a .UC_STATE_HOLIDAY, .rc_legend_item .UC_STATE_HOLIDAY,
table.inline-calendar tbody td a .UC_STATE_HOLIDAYUNPAYED, .rc_legend_item .UC_STATE_HOLIDAYUNPAYED {
	color: #fff;
	background: #DE9000;
	transform: rotate(45deg);
	top: -11px;
	right: -25px;
	width: 50px;
	height: 25px;
	align-items: flex-end;
}

table.inline-calendar tbody td a .UC_STATE_ILLNESS, .rc_legend_item .UC_STATE_ILLNESS {
	color: #fff;
	background: #DD4300;
	transform: rotate(45deg);
	top: -11px;
	right: -25px;
	width: 50px;
	height: 25px;
	align-items: flex-end;
}

table.inline-calendar tbody td a .UC_STATE_SICKPAY, .rc_legend_item .UC_STATE_SICKPAY {
	color: #fff;
	background: #DD4300;
	transform: rotate(45deg);
	top: -11px;
	right: -25px;
	width: 50px;
	height: 25px;
	align-items: flex-end;
}

table.inline-calendar tbody td a .UC_STATE_OT_START, .rc_legend_item .UC_STATE_OT_START {
	color: #fff;
	background: #005BDD;
	transform: rotate(-45deg);
	bottom: -11px;
	right: -25px;
	width: 50px;
	height: 25px;
	align-items: flex-start;
}

table.inline-calendar tbody td a .UC_STATE_WOT_START, .rc_legend_item .UC_STATE_WOT_START {
	color: #fff;
	background: #005BDD;
	transform: rotate(-45deg);
	bottom: -11px;
	right: -25px;
	width: 50px;
	height: 25px;
	align-items: flex-start;
}

table.inline-calendar tbody td a .UC_STATE_HOLIDAYREQ, .rc_legend_item .UC_STATE_HOLIDAYREQ {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	left: 50%;
	margin-left: -2.5px;
	top: 10px;
	background: #DE9000;
	position: absolute;
}


@media(max-width:1199px) {
	table.inline-calendar thead tr:last-of-type td {
		padding: 10px;
	}
	table.inline-calendar tbody td a, table.inline-calendar tbody td p {
		padding: 10px;
	}
}

@media(max-width:992px) {
	table.inline-calendar thead tr:last-of-type td {
		padding: 5px;
	}
	table.inline-calendar tbody td a, table.inline-calendar tbody td p {
		padding: 5px;
		font-size: 13px;
		line-height: 13px;
	}
	table.inline-calendar thead tr:last-of-type td {
		font-size: 12px;
	}

	table.inline-calendar thead tr:first-of-type td {
		padding: 5px;
	}

	table.inline-calendar thead tr:first-of-type td p:first-child {
		font-size: 16px;
		margin-top:6px;
		line-height: 12px;
		font-weight: 300;
	}
	.step-inline-calendar {
		top:13px;
	}
}

#UserCalendarDayContent {

}

.UserCalendarTimeProgress {
	position: relative;
	padding: 0 0.75rem;
}

.UserCalendarTimeProgress::before {
	position: absolute;
	left: -0.75rem;
	top: 4px;
	content: "00:00";
	font-size: 9px;
}

.UserCalendarTimeProgress::after {
	position: absolute;
	right: -0.75rem;
	top: 4px;
	content: "23:59";
	font-size: 9px;
}

.UserCalendarTimeProgress span {
	float: left;
	width: 0.6944444444444444%;
	height: 20px;
	background: #E8E8E8;
}

.UserCalendarTimeProgress span.working {
	background: #7DC500;
}

.UserCalendarTimeProgress > div {
	position: relative;
}

.ScheduleStartsMarker,
.ScheduleEndsMarker {
	position: absolute;
	top: 44px;
	margin-left: -13px;
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	color: #747474;
}

.ScheduleStartsMarker::before,
.ScheduleEndsMarker::before {
	position: absolute;
	top: -24px;
	height: 24px;
	left: 13px;
	width: 1px;
	background: #CACACA;
	content: "";
}

.TimeProgressMarkerArrive {
	position: absolute;
	top: 23px;
	margin-left: -8px;
	font-size: 9px;
	line-height: 9px;
	background:#fff;
}

.TimeProgressMarkerArrive::before {
	position: absolute;
	top: -4px;
	height: 4px;
	left: 8.5px;
	width: 1px;
	background: #444;
	content: "";
}

.TimeProgressMarkerLeave {
	position: absolute;
	top: -12px;
	margin-left: -8px;
	font-size: 9px;
	line-height: 9px;
}

.TimeProgressMarkerLeave::before {
	position: absolute;
	bottom: -4px;
	height: 4px;
	left: 8.5px;
	width: 1px;
	background: #444;
	content: "";
}

table.schedule-calendar tbody td a i {
	position: absolute;
	left: 50%;
	margin-left:-9px;
	font-size: 9px;
	font-style: normal;
	line-height: 1.05;
}

table.schedule-calendar tbody td a i:nth-of-type(1) {
	top: 1px;
}

table.schedule-calendar tbody td a i:nth-of-type(2) {
	bottom: 1px;
}

table.schedule-calendar tbody td a {
	font-weight: bold;
}

@media(max-width: 992px) {
	table.schedule-calendar tbody td a i {
		display: none;
	}
}

.DocumentUploaderForm {
	position: relative;
	display: inline-block;
}

.DocumentUploaderForm .progress-custom {
	position: absolute;
	top: 1px;
	bottom: 1px;
	left: 1px;
	right: 1px;
	background-color: transparent;
	z-index: 2;
	display: none;
	height: calc( 100% - 2px);
}

.DocumentUploaderForm .progress-custom .progress-bar {
	height: 100%;
	line-height: 100%;
	background: rgba(0,0,0,0.45);
}

#NotificationContainer {
  -webkit-box-shadow: inset 0px 6px 8px -4px rgba(0,0,0,0.75);
  -moz-box-shadow: inset 0px 6px 8px -4px rgba(0,0,0,0.75);
  box-shadow: inset 0px 6px 8px -4px rgba(0,0,0,0.75);
  padding: 5px;
  background: #404040;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}

#NotificationContainer .notification-bar {
  color: #fff;
  padding: 7px 15px;
  font-size: 14px;
  font-weight: 600;
    position: relative;
    padding-left: 90px;
  border: 1px solid #000;
}

#NotificationContainer .notification-success {
  background-color: #78B000;
}

#NotificationContainer .notification-error {
  background-color: #ef6644;
}

#NotificationContainer .notification-notice {
  background-color: #4FB6C4;
}

#NotificationContainer .notification-bar::before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: left;
    height: 100%;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 22px;
    padding: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    align-items: center;
}

#NotificationContainer .notification-error::before {
    content: "\f071";
    background: #af4b31;
}

#NotificationContainer .notification-success::before {
    background: #4c7d24;
    content: "\f046";
}

#NotificationContainer .notification-notice::before {
    background: #32647d;
    content:"\f059";
}

#NotificationContainer .container {
  position: relative;
}

#NotificationContainer .notification-close {
  color: #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -11px;
  display: block;
    z-index:2;
}


.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #ed1c29;
    border-color: #ed1c29;
}

.ExpendableInput {
	position: relative;
}

.IE_Item {
	position: relative;
	padding:2px;
	padding-left: 25px;
}

.IE_Item .RemoveIE_Item, .IE_Item .AddIE_Item, .FirstAddIE_Btn {
	position: absolute;
	left: 0px;
	top: 2px;
	height: 26px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.FirstAddIE_Btn {
	z-index: 2;
}

.note-editor .card-header {
	display: block;
	min-height: 0;
}

.dataTable .ui-sortable td {
	cursor: move;
}

.sortable-gallery-placeholder {
	border: 1px dotted black;
	height: 50px;
}

.bootstrap-tagsinput {
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	display: inline-block;
	padding: 4px 6px;
	color: #555;
	vertical-align: middle;
	border-radius: 4px;
	max-width: 100%;
	line-height: 22px;
	cursor: text;
}

.bootstrap-tagsinput input {
	border: none;
	box-shadow: none;
	outline: none;
	background-color: transparent;
	padding: 0 6px;
	margin: 0;
	width: auto;
	max-width: inherit;
}

.bootstrap-tagsinput.form-control input::-moz-placeholder {
	color: #777;
	opacity: 1;
}

.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
	color: #777;
}

.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
	color: #777;
}

.bootstrap-tagsinput input:focus {
	border: none;
	box-shadow: none;
}

.bootstrap-tagsinput .tag {
	margin-right: 2px;
	color: white;
	    background-color: #868e96;
}

.bootstrap-tagsinput .tag [data-role="remove"] {
	margin-left: 8px;
	cursor: pointer;
}

.bootstrap-tagsinput .tag [data-role="remove"]:after {
	content: "x";
	padding: 0px 2px;
}

.bootstrap-tagsinput .tag [data-role="remove"]:hover {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}



.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

.clr-picker{display:none;flex-wrap:wrap;position:absolute;width:200px;z-index:1000;border-radius:10px;background-color:#fff;justify-content:space-between;box-shadow:0 0 5px rgba(0,0,0,.05),0 5px 20px rgba(0,0,0,.1);-moz-user-select:none;-webkit-user-select:none;user-select:none}.clr-picker.clr-open{display:flex}.clr-dark{background-color:#444}.clr-gradient{position:relative;width:100%;height:100px;margin-bottom:15px;border-radius:3px 3px 0 0;background-image:linear-gradient(rgba(0,0,0,0),#000),linear-gradient(90deg,#fff,currentColor);cursor:pointer}.clr-marker{position:absolute;width:12px;height:12px;margin:-6px 0 0 -6px;border:1px solid #fff;border-radius:50%;background-color:currentColor;cursor:pointer}.clr-picker input[type=range]::-webkit-slider-runnable-track{width:100%;height:8px}.clr-picker input[type=range]::-webkit-slider-thumb{width:8px;height:8px;-webkit-appearance:none}.clr-picker input[type=range]::-moz-range-track{width:100%;height:8px;border:0}.clr-picker input[type=range]::-moz-range-thumb{width:8px;height:8px;border:0}.clr-hue{background-image:linear-gradient(to right,red 0,#ff0 16.66%,#0f0 33.33%,#0ff 50%,#00f 66.66%,#f0f 83.33%,red 100%)}.clr-alpha,.clr-hue{position:relative;width:calc(100% - 40px);height:8px;margin:5px 20px;border-radius:4px}.clr-alpha span{display:block;height:100%;width:100%;border-radius:inherit;background-image:linear-gradient(90deg,rgba(0,0,0,0),currentColor)}.clr-alpha input,.clr-hue input{position:absolute;width:calc(100% + 16px);height:16px;left:-8px;top:-4px;margin:0;background-color:transparent;opacity:0;cursor:pointer;appearance:none;-webkit-appearance:none}.clr-alpha div,.clr-hue div{position:absolute;width:16px;height:16px;left:0;top:0;margin:-4px 0 0 -8px;border:2px solid #fff;border-radius:50%;background-color:currentColor;box-shadow:0 0 1px #888;pointer-events:none}.clr-alpha div:before{content:'';position:absolute;height:100%;width:100%;left:0;top:0;border-radius:50%;background-color:currentColor}.clr-swatches{order:2;width:calc(100% - 40px);margin:0 20px}.clr-swatches div{display:flex;flex-wrap:wrap;padding-bottom:12px;justify-content:center}.clr-swatches button{position:relative;width:20px;height:20px;margin:0 8px 6px 0;border:0;border-radius:50%;color:inherit;text-indent:-1000px;white-space:nowrap;overflow:hidden;cursor:pointer}.clr-swatches button:last-child,.clr-swatches button:nth-child(6n){margin-right:0}.clr-swatches button:after{content:'';display:block;position:absolute;width:100%;height:100%;left:0;top:0;border-radius:inherit;background-color:currentColor;box-shadow:inset 0 0 0 1px rgba(0,0,0,.1)}.clr-dark .clr-swatches button:after{box-shadow:inset 0 0 0 1px rgba(255,255,255,.3)}input.clr-color{order:1;width:120px;height:32px;margin:15px 20px 15px 0;padding:0 15px;border:1px solid #ddd;border-radius:16px;color:#444;background-color:#fff;font-family:sans-serif;font-size:14px;text-align:left;box-shadow:none}.clr-dark input.clr-color{color:#fff;border-color:#777;background-color:#555}input.clr-color:focus{outline:0;border:1px solid #aaa}.clr-preview{position:relative;width:32px;height:32px;margin:15px 0 20px 20px;border:0;border-radius:50%;overflow:hidden;cursor:pointer}.clr-preview:after,.clr-preview:before{content:'';position:absolute;height:100%;width:100%;left:0;top:0;border:1px solid #fff;border-radius:50%}.clr-preview:after{border:0;background-color:currentColor;box-shadow:inset 0 0 0 1px rgba(0,0,0,.1)}.clr-dark .clr-preview:after{box-shadow:inset 0 0 0 1px rgba(255,255,255,.5)}.clr-alpha div,.clr-color,.clr-hue div,.clr-marker{box-sizing:border-box}.clr-field{display:inline-block;position:relative;color:#000}.clr-field button{position:absolute;width:30px;height:100%;right:0;top:50%;transform:translateY(-50%);border:0;color:inherit;text-indent:-1000px;white-space:nowrap;overflow:hidden;pointer-events:none}.clr-field button:after{content:'';display:block;position:absolute;width:100%;height:100%;left:0;top:0;border-radius:inherit;background-color:currentColor;box-shadow:inset 0 0 1px rgba(0,0,0,.5)}.clr-alpha,.clr-alpha div,.clr-field button,.clr-preview:before,.clr-swatches button{background-image:repeating-linear-gradient(45deg,#aaa 25%,transparent 25%,transparent 75%,#aaa 75%,#aaa),repeating-linear-gradient(45deg,#aaa 25%,#fff 25%,#fff 75%,#aaa 75%,#aaa);background-position:0 0,4px 4px;background-size:8px 8px}.clr-marker:focus{outline:0}.clr-keyboard-nav .clr-alpha input:focus+div,.clr-keyboard-nav .clr-hue input:focus+div,.clr-keyboard-nav .clr-marker:focus{outline:0;box-shadow:0 0 0 2px #1e90ff,0 0 2px 2px #fff}

.btn[disabled], .dropdown-item[disabled] {
	opacity: 0.6;
	cursor: disabled;
}

.MeterDictationInput {
	text-align: right;
	font-size: 23px;
	font-weight: bold;
	letter-spacing: 2px;
  font-family: monospace;
  background-image: url(../images/meter-dict-input-bg.jpg);
	background-position: -8px 0px;
	height: 42px;
	width: 238px;
}   

.btn-summernote1, .btn-summernote2, .btn-summernote3 {
	display: inline-block;
	font-weight: 400;
	color: #434143;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	margin: 0 5px;
}

.btn-summernote1 {
	background: #fff;
	color: #797979 !important;
	border: 1px solid #797979;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	border-radius: 4px;
	padding: 10px 22px;
}

.btn-summernote2 {
	background: #434143;
	color: #fff !important;
	border: 1px solid #434143;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	border-radius: 4px;
	padding: 10px 22px;
}

.btn-summernote3 {
	background: #E6413A;
	color: #fff !important;
	border: 1px solid #E6413A;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	border-radius: 4px;
	padding: 10px 22px;
}

.ConsoleStyledTextarea {
    width: 100%;
    height: 400px;
    background-color: #0f0f0f; /* PuTTY konzol fekete háttér */
    color: #fff; /* PuTTY zöld szöveg */
    font-family: "Courier New", Courier, monospace; /* Monospace betűtípus */
    font-size: 12px; /* Konzolhoz illő betűméret */
    border: 1px solid #333; /* Sötétszürke keret */
    padding: 10px;
    line-height: 1.5; /* A sorok közti távolság */
    resize: none; /* Eltünteti a méretező sarkot */
    overflow: auto; /* Görgetés engedélyezése */
}

@media(min-width: 120px) and (max-width: 1480px) {
	.ProfileCardBlocks {
		max-width: 50%;
		flex: 0 0 50%;
	}
}

.btn-loading {
	background-color: none !important;
	  background-image: url(/media/images/ajax-loader.gif) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    text-indent: -9999px;
    padding-left: 15px;
    padding-right: 15px;
    pointer-events: none;
}

div.dataTables_wrapper div.dataTables_length select {
	  height: 1.8125rem;
    font-size: 0.8125rem;
    margin-top: 4px;
    line-height: 1;
}

.lined-textarea {
    border: none;
    padding: 0;
    background: url(/media/images/lined-textarea-bg.png);
    background-repeat: repeat;
    padding-left: 15px;
    line-height: 29px;
    font-size: 14px;
    padding-top: 3px;
    height: 208px !important;
}

.box-is-loading {
    position: relative;
}

.box-is-loading::before {
    position: absolute;
    left: 0;
    right: 0;
    background-color: rgba(255,255,255,0.75);
    top: 0;
    bottom: 0;
    content: "";
    background-image: url(/media/images/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
}

select[readonly] {
	pointer-events: none;
	padding: 0;
	border: none;
	box-shadow: none;
	background: none;
	appearance: none;
}

.border-none {
	border: none;
	box-shadow: none;
}

.scrollable-list-group {
	max-height: 200px;
	overflow-y: scroll;
}

.popover-floating-close {
	position: absolute; z-index:4; top: 0; right:0;
}