/*
 * Base structure
 */

/* Move down content because we have a fixed navbar that is 50px tall */
html, body {
	height: 100%;
}
body {
	padding-top: 50px;
}



/*
 * Loader
 */

.loading {
	overflow: hidden;
}
.loading .loader {
	display: block;
}
.loader {
	z-index: 10000;
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background: #000;
	left: 0;
	top: 0;
	overflow: hidden;
	opacity: 0.9;
}
.loader img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -7.5px -30px 0 0;
}


/*
 * Signin
 */

body#login {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #000;
	color: #fff;
}

.form-signin {
	max-width: 330px;
	padding: 15px;
	margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
	margin-bottom: 10px;
}
.form-signin .checkbox {
	font-weight: normal;
}
.form-signin .form-control {
	position: relative;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	font-size: 16px;
}
.form-signin .form-control:focus {
	z-index: 2;
}
.form-signin input[type="email"] {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

/*
 * Global add-ons
 */

.sub-header {
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}
.scrollListGroup {
	max-height: 300px;
	overflow-y: auto;
}
.hr-sm {
	margin-top: 5px;
	margin-bottom: 5px;
}
.panel hr {
	margin-left: -15px;
	margin-right: -15px;
}
.panel-body:not(.two-col) {
	padding:0px
}
.panel-body > .table {
	margin-bottom: 0
}
.panel-body > .table tr > th, .panel-body > .table tr > td {
	padding-left: 15px;
}
.panel-body .radio,.panel-body .checkbox {
	margin-top: 0px;
	margin-bottom: 0px;
}
.panel-body .list-group {
	margin-bottom: 0;
}
.margin-bottom-none {
	margin-bottom: 0;
}
.panel-body .radio label,.panel-body .checkbox label {
	display:block;
}
.addMenu .panel-body {
	max-height: 287px;
	overflow-y: auto;
}
.addMenuItem {
	cursor: pointer;
}
.addMenuItem:hover {
	background: #F5F5F5;
}
.removeMenuItem {
	padding-right: 10px;
	line-height: 29px;
	cursor: pointer;
}

.gallery .gallery-item {
	display: inline-block;
	zoom: 1;
	width: 12.5%;
	padding: 5px;
	position: relative;
}
@media only screen and (min-width: 320px) {
	.superbox-list {
		width: 50%;
	}
}
@media only screen and (min-width: 486px) {
	.superbox-list {
		width: 25%;
	}
}
@media only screen and (min-width: 768px) {
	.superbox-list {
		width: 16.66666667%;
	}
}
@media only screen and (min-width: 1025px) {
	.superbox-list {
		width: 12.5%;
	}
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-inverse .navbar-brand {
	color: white;
}
.navbar-fixed-top {
	border: 0;
}

.tab-content-bordered {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 10px;
}
.xdebug-var-dump {
	position: relative;
	z-index: 10000;
}

/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (min-width: 768px) {
	.navbar-toggle {
		display: block;
		float: left;
	}
	.row-offcanvas-left .sidebar-offcanvas {
		-webkit-transition: all 0.25s ease-out;
		-moz-transition: all 0.25s ease-out;
		transition: all 0.25s ease-out;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		transform: translateX(0);
	}
	.row-offcanvas-left.active .sidebar-offcanvas {
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	.row-offcanvas-left .col-md-offset-2 {
		-webkit-transition: all 0.25s ease-out;
		-moz-transition: all 0.25s ease-out;
		transition: all 0.25s ease-out;
	}
	.row-offcanvas-left.active .col-md-offset-2 {
		margin-left: 0;
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	div.container-fluid.active {
		overflow: hidden;
	}
	.container-fluid, .main {
		height: 100%;
	}
	.main {
		background: #fff;
	}



	.row-offcanvas {
		height: 100%;
		position: relative;
		-webkit-transition: all 0.25s ease-out;
		-moz-transition: all 0.25s ease-out;
		transition: all 0.25s ease-out;
	}
	.row-offcanvas .sidebar-offcanvas {
		position: absolute;
		z-index: 1;
		left: -265px;
		top: 0;
		width: 250px;
		-webkit-transition: all 0.25s ease-out;
		-moz-transition: all 0.25s ease-out;
		transition: all 0.25s ease-out;
	}
	.row-offcanvas-left {
		-webkit-transform: translateX(0px);
		-moz-transform: translateX(0px);
		transform: translateX(0px);
	}
	.row-offcanvas-left.active {
		-webkit-transform: translateX(250px);
		-moz-transform: translateX(250px);
		transform: translateX(250px);
	}
	.row-offcanvas-left .sidebar-offcanvas {
	}
	.row-offcanvas-left.active .sidebar-offcanvas {
	}



	.navbar-brand {
		margin-left: 10px;
	}
	.navbar-nav {
		margin: 5px !important;
	}
	.navbar-nav > li {
		float: left;
	}
	.navbar-right {
		float: right !important;
	}
	.navbar-toggle {
		position: absolute;
		left: -20px;
		-webkit-transition: left .25s ease-out;
		-moz-transition: left .25s ease-out;
		transition: left .25s ease-out;
	}
	.navbar-toggle.active {
		position: absolute;
		/* left: -10px; */
	}
	.navbar-inverse .navbar-toggle {
		border: none;
	}
	.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
		background: none;
	}
}

/* Hide for mobile, show later */
.sidebar {
	position: fixed;
	top: 60px;
	bottom: 0;
	left: 0;
	z-index: 1;
	display: block;
	padding: 20px;
	overflow-x: hidden;
	overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
	background-color: black;
	border-right: 1px solid #eee;
}
@media (min-width: 768px) {
	.navbar-nav {
		margin: 0;
	}
	.navbar-header {
		float: none;
	}
	.sidebar {
		padding: 0 15px 15px;
	}
}

/* Sidebar navigation */
.navbar-inverse {
	background-color: #000;
}
.nav-sidebar {
	margin-right: -21px; /* 20px padding + 1px border */
	margin-bottom: 20px;
	margin-left: -20px;
}
.nav-sidebar > li a {
	padding-right: 20px;
	padding-left: 20px;
	color: #fff;
}
.nav-sidebar > li a:focus,
.nav-sidebar > li a:hover {
    text-decoration: none;
    background-color: #222;
}
.nav-sidebar .active > a,
.nav-sidebar .active > a:hover,
.nav-sidebar .active > a:focus,
.nav-sidebar > * .active > a,
.nav-sidebar > * .active > a:hover,
.nav-sidebar > * .active > a:focus {
	color: #fff;
	background-color: #F71E13;
}
.nav-sidebar li a > .caret {
	margin-top: 8px;
}
.nav-list > li > a {
	padding-left: 40px;
}
.nav-sidebar .uncollapsed:after {
	font-family: 'Glyphicons Halflings';
	content: "\e114";
	float: right;
}
.nav-sidebar .collapsed:after {
	font-family: 'Glyphicons Halflings';
	content: "\e080";
	float: right;
}
.nav-sidebar .glyphicon {
	margin-right: 8px;
}


/*
 * Main content
 */

.main {
	padding-top: 20px;
	padding-bottom: 20px;
}
/* @media (min-width: 768px) {
	.main {
		padding-right: 40px;
		padding-left: 40px;
	}
} */
.main .page-header {
	margin-top: 0;
}


/*
 * Component: Small Box
 * --------------------
 */
.small-box {
	border-radius: 2px;
	position: relative;
	display: block;
	margin-bottom: 20px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.small-box > .inner {
	padding: 10px;
}
.small-box > .small-box-footer {
	position: relative;
	text-align: center;
	padding: 3px 0;
	color: #fff;
	color: rgba(255, 255, 255, 0.8);
	display: block;
	z-index: 10;
	background: rgba(0, 0, 0, 0.1);
	text-decoration: none;
}
.small-box h3 {
	font-size: 38px;
	font-weight: bold;
	margin: 0 0 10px 0;
	white-space: nowrap;
	padding: 0;
}
.small-box p {
	font-size: 15px;
}
.small-box p > small {
	display: block;
	color: #f9f9f9;
	font-size: 13px;
	margin-top: 5px;
}
.small-box h3,
.small-box p {
	z-index: 5;
}
.small-box .icon {
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	position: absolute;
	top: -10px;
	right: 10px;
	z-index: 0;
	font-size: 85px;
	color: rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
	.small-box {
		text-align: center;
	}
	.small-box .icon {
		display: none;
	}
	.small-box p {
		font-size: 12px;
	}
}


/*
 * Placeholder dashboard ideas
 */

.placeholders {
	margin-bottom: 30px;
	text-align: center;
}
.placeholders h4 {
	margin-bottom: 0;
}
.placeholder {
	margin-bottom: 20px;
}
.placeholder img {
	display: inline-block;
	border-radius: 50%;
}

.btn-link.active.focus, .btn-link.active:focus, .btn-link.focus, .btn-link:active.focus, .btn-link:active:focus, .btn-link:focus {
	outline: none;
}

.font-weight-normal {
	font-weight: normal !important;
}

.m-0 {
	margin: 0 !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}
.mt-0 {
	margin-top: 0 !important;
}
.mb-1 {
	margin-bottom: .5rem !important;
}
.mt-1 {
	margin-top: .5rem !important;
}
.mr-1 {
	margin-right: .5rem !important;
}
.ml-1 {
	margin-left: .5rem !important;
}
.mr-2 {
	margin-right: 1rem !important;
}
.ml-2 {
	margin-left: 1rem !important;
}
.ml-3 {
	margin-left: 1.5rem !important;
}
.mr-3 {
	margin-right: 1.5rem !important;
}
.pb-0 {
	padding-bottom: 0 !important;
}
.pb-0 {
	padding-bottom: 0.5rem !important;
}
.pt-0 {
	padding-top: 0 !important;
}
.pt-1 {
	padding-top: .5rem !important;
}
.pl-0 {
	padding-left: 0 !important;
}
.pr-0 {
	padding-right: 0 !important;
}
.pl-3 {
	padding-left: 1.5rem !important;
}
.pr-3 {
	padding-right: 1.5rem !important;
}
.ml-auto {
	margin-left: auto !important;
}
.mr-auto {
	margin-right: auto !important;
}
table {
	width: 100%;
	max-width: 100%;
}
table tr td {
	vertical-align: top;
}
.table-bordered {
	margin-bottom: 3.6rem;
	border: 2px solid #333!important;
}
.table-bordered tr th,
.table-bordered tr td {
	border: 2px solid #333!important;
}


.d-flex {
	display: -ms-flexbox!important;
	display: flex!important;
}
.justify-content-start {
	-ms-flex-pack: start!important;
	justify-content: flex-start!important;
}
.justify-content-end {
	-ms-flex-pack: end!important;
	justify-content: flex-end!important;
}
.justify-content-center {
	-ms-flex-pack: center!important;
	justify-content: center!important;
}
.justify-content-between {
	-ms-flex-pack: justify!important;
	justify-content: space-between!important;
}
.justify-content-around {
	-ms-flex-pack: distribute!important;
	justify-content: space-around!important;
}
.align-items-start {
	-ms-flex-align: start!important;
	align-items: flex-start!important;
}
.align-items-end {
	-ms-flex-align: end!important;
	align-items: flex-end!important;
}
.align-items-center {
	-ms-flex-align: center!important;
	align-items: center!important;
}
.align-items-baseline {
	-ms-flex-align: baseline!important;
	align-items: baseline!important;
}
.align-items-stretch {
	-ms-flex-align: stretch!important;
	align-items: stretch!important;
}
.flex-fill {
	-ms-flex: 1 1 auto!important;
	flex: 1 1 auto!important;
}
.flex-grow-1 {
	-ms-flex-positive: 1!important;
	flex-grow: 1!important;
}
.flex-shrink-1 {
	-ms-flex-negative: 1!important;
	flex-shrink: 1!important;
}
.w-100 {
	width: 100%!important;
}
.text-nowrap {
	white-space: nowrap!important;
}

.col-sm-4 .form-inline .form-control {
	width: 125px;
}

.clickable-row td:not(.exclude-clickable-row),
.clickable-modal td {
	cursor: pointer
}

.swal2-popup {
	font-size: 1em !important;
}

.btn-file .btn-file-label {
	position: absolute;
	width: 100%;
}
.tooltip-inner {
	max-width: none;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.position-relative {
	position: relative;
}

.color-input-group-addon {
    padding: 2px;
}

.table-bordered-custom>caption+thead>tr:first-child>td, .table-bordered-custom>caption+thead>tr:first-child>th, .table-bordered-custom>colgroup+thead>tr:first-child>td, .table-bordered-custom>colgroup+thead>tr:first-child>th, .table-bordered-custom>thead:first-child>tr:first-child>td, .table-bordered-custom>thead:first-child>tr:first-child>th,
.table-bordered-custom td, .table-bordered-custom th,
.table-bordered-custom>thead>tr>th {
	border: 2px solid #333;
}
.table-bordered-custom>tbody>tr>td, .table-bordered-custom>tbody>tr>th, .table-bordered-custom>tfoot>tr>td, .table-bordered-custom>tfoot>tr>th, .table-bordered-custom>thead>tr>td, .table-bordered-custom>thead>tr>th {
	vertical-align: middle;
}

.border-top-transparent {
	border-top-color: transparent !important;
}
.border-right-transparent {
	border-right-color: transparent !important;
}
.border-bottom-transparent {
	border-bottom-color: transparent !important;
}
.border-left-transparent {
	border-left-color: transparent !important;
}
.modal-lg {
	width: 90%;
}
div.dt-button-collection {
	z-index: 2002;
}
.border-left {
	border-left: 1px solid #ddd;
}
.border-right {
	border-right: 1px solid #ddd;
}

.pb-5 {
	padding-bottom: 5px;
}
.mb-5 {
	margin-bottom: 5px;
}

del {
    text-decoration: none;
    position: relative;
}
del:after {
    content: ' ';
    font-size: inherit;
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    top: 40%;
    bottom: 40%;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.dtsp-nameColumn {
	cursor: pointer;
}
.dtsp-name::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
	display: inline-block;
	content: '\f0c8';
	margin-right: 5px;
}
.selected .dtsp-name::before {
	content: '\f14a';
}
.data-table-group-pane .dtrg-group {
	cursor: pointer;
}
td.column-highlight.column-hover {
	background-color: yellow !important;
}

.bg-warning2 {
	background-color: #FFBF00;
}
.text-warning2 {
	color: #FFBF00;
}

.todo-list-wrapper {
	display: inline-block;
	min-width: 200px;
}

.todo-list input:checked + span {
	text-decoration: line-through;
	color: #adb5bd;
}

.w-auto {
	width: auto !important;
}

/*
 * formBuilder
 */

.m-b-0 {
	margin-bottom: 0;
}
.text-left {
	text-align: left;
}
.ui-sortable li .move {
	cursor: move;
}
.form_wrap .input-group > input.input-text {
	width: 90%;
}
.form_wrap .input-group > input.input-name {
	width: 25%;
}
.form_wrap  .input-group > input.input-label {
	width: 65%;
}
.form_wrap .input-group > input.input-width {
	width: 10%;
}
.form_wrap .input-group.optiongroup > input.form-control,
.form_wrap .input-group.optiongroup > select.form-control {
	width: 50%;
}

/* badge */
.badge2:after{
    content: attr(data-badge-content);
    position: absolute;
    background: var(--badge-color);
    height: 1.5rem;
    top: -0.5rem;
    right: -0.5rem;
    width: 1.5rem;
    text-align: center;
    line-height: 1.3rem;
    font-size: 1rem;
    border-radius: 50%;
    color: white;
    border: 1px solid var(--badge-color);
}

/* entry/list */
tr.entry_tr > td > input {
	width: 100% !important;
	min-width: 100px !important;
}
tr.entry_tr > td > textarea {
	width: 100% !important;
	min-width: 150px !important;
}

/* jobb felül */
a[class*="msg-"] {
	text-decoration: none;
}

.msg-unread {
	font-weight: bold;
}

.profilePic {
	object-fit: cover;
	object-position: top;
}

.p-1 {
	padding: 1rem 1rem !important;
}

[data-count=""]:after,[data-count="0"]:after {
    display: none
}

.fa[data-count] {
    position: relative
}

.fa[data-count]:after {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
    position: absolute;
    left: 53%;
    top: -15px;
    content: attr(data-count);
    font-size: 12px;
    padding: 5px;
    line-height: 7px;
    border-radius: 20px;
    color: white;
    background: #d9534f;
    text-align: center;
    font-weight: bold
}

/* recaptcha */
.grecaptcha-badge {
	display: none;
}

/* cleaning shift */
.wm-v {
	writing-mode: vertical-lr;
}
.ta-c {
	text-align: center;
}
.va-m {
	vertical-align: middle;
}

/*
.nav-item {
	display: flex !important;
}

.nav-link {
	flex-grow: 1;
}
*/

.rounded-circle {
    border-radius: 50% !important;
}
.border-white {
    border-color: #fff !important;
}

.nav-tabs-flex {
    display: flex;
    flex-wrap: nowrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
@media (max-width: 767px) {
	.nav-tabs-flex {
		flex-direction: column;
	}
}

.nav-tabs-flex.nav-justified>li {
	display: block;
	width: auto;
}

.form-inline-flex {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.form-inline-flex .form-control {
	display: inline-block;
	width: auto;
	vertical-align: middle;
}
@media (min-width: 768px) {
    .form-inline-flex .input-group {
        width: auto;
    }
}
@media (min-width: 768px) {
    .form-inline-flex .input-group>.form-control {
        width: auto;
    }
}
@media (max-width: 767px) {
	.tab-content-bordered {
		border-top: 1px solid #ddd;
	}
}

.select2-results__group {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .2rem;
	border: 1px solid black;
}


.text-dark {
	color: #5b5b5b;
}

.p-lr-0 {
	padding-left: 0px;
	padding-right: 0px;
}

.p-lr-3 {
	padding-left: 3px;
	padding-right: 3px;
}

p-l-5 {
	padding-left: 5px !important;
}

p-r-5 {
	padding-right: 5px !important;
}



.d-inline-flex {
    display: inline-flex !important
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.order-13 {
    order: 13
}

.order-14 {
    order: 14
}

.order-15 {
    order: 15
}

.order-16 {
    order: 16
}

.order-17 {
    order: 17
}

.order-18 {
    order: 18
}

.order-19 {
    order: 19
}

.order-20 {
    order: 20
}

.order-21 {
    order: 21
}

.order-22 {
    order: 22
}

.order-23 {
    order: 23
}

.order-24 {
    order: 24
}

.m-auto {
    margin: auto !important
}

.mt-auto {
    margin-top: auto !important
}

.mr-auto {
    margin-right: auto !important
}

.mb-auto {
    margin-bottom: auto !important
}

.ml-auto {
    margin-left: auto !important
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}